cleaned up project following CLion recommendations

This commit is contained in:
Sarah Faey 2025-05-09 16:42:09 +02:00
parent 32cdec6b7e
commit fe16c843cc
15 changed files with 40 additions and 53 deletions

View file

@ -2,7 +2,6 @@
#define ACTOR_FACTORY_H
#include <memory>
#include <SDL3/SDL_rect.h>
#include "Actor.h"
#include "MovingActor.h"