initial commit

This commit is contained in:
Henry Winkel
2022-12-20 15:24:07 +01:00
commit 469ecfb099
7 changed files with 84 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#pragma once
namespace SimCore {
class Entity {
};
}
View File