First commit.

This commit is contained in:
2025-12-15 20:57:09 +01:00
commit a01356342c
33 changed files with 3050 additions and 0 deletions

10
bcvaluemanager.h Normal file
View File

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