#2d game engine using sdl
5 messages · Page 1 of 1 (latest)
You have a memory leak in your main function already
why are you creating your Entity object as a pointer?
in the future i will need the consturctor for him
ik i fixed
5 messages · Page 1 of 1 (latest)
Started this project because I usually have spaghetti code and I wanna practice how to make it better and practice C++ in general
Github:
LimitlessEngine.com
You have a memory leak in your main function already
why are you creating your Entity object as a pointer?
in the future i will need the consturctor for him
ik i fixed