This commit is contained in:
2026-04-28 17:01:25 +07:00
2 changed files with 9 additions and 0 deletions
View File
+9
View File
@@ -0,0 +1,9 @@
class NeuroEngine: {
private:
void* m_engine;
public:
NeuroEngine();
~NeuroEngine();
void* getEngine();
}