init commit, with sample code

This commit is contained in:
2024-11-04 18:21:33 +01:00
parent dacbba25b3
commit 171650af73
705 changed files with 121089 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef OBJECT_MOVING_H
#define OBJECT_MOVING_H
class Actor {
}
#endif //OBJECT_MOVING_H
+12
View File
@@ -0,0 +1,12 @@
#ifndef PLANSZA_H
#define PLANSZA_H
class Plansza {
};
#endif //PLANSZA_H