Add Analytics and requirements

This commit is contained in:
David Doebel
2026-03-04 00:44:52 +01:00
parent 15a20fc965
commit 04725b27d9
5 changed files with 545 additions and 0 deletions

16
src/Analytics.hpp Normal file
View File

@@ -0,0 +1,16 @@
//
// Created by David Doebel on 04.03.2026.
//
#ifndef QUANTENGINE_ANALYTICS_HPP
#define QUANTENGINE_ANALYTICS_HPP
class Analytics {
public:
Analytics() = delete;
};
#endif //QUANTENGINE_ANALYTICS_HPP