Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 16:45:38 +07:00
parent 16c0dee342
commit 8083e59477
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();
}