Created Capter2 for Test with componentbased objects

This commit is contained in:
2025-10-26 19:41:47 +01:00
parent 9e026c8074
commit f4f9560fa9
5 changed files with 197 additions and 0 deletions

9
Capter2/Actor.cpp Normal file
View File

@@ -0,0 +1,9 @@
#include "Actor.hpp"
Actor::Actor(/* args */)
{
}
Actor::~Actor()
{
}