Add Analytics and requirements
This commit is contained in:
16
src/Analytics.hpp
Normal file
16
src/Analytics.hpp
Normal 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
|
||||
Reference in New Issue
Block a user