initial commit

This commit is contained in:
2025-10-02 11:19:14 +02:00
commit 3447bbbb3b
4 changed files with 46 additions and 0 deletions

10
genericcore.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef GENERICCORE_H
#define GENERICCORE_H
class GenericCore
{
public:
GenericCore();
};
#endif // GENERICCORE_H