Using CMake

This commit is contained in:
2022-10-13 20:56:53 -04:00
parent 391fcedc37
commit 35e776c6e2
4493 changed files with 1939 additions and 1964607 deletions

View File

@ -9,7 +9,7 @@
#define SRC_ECS_COLLIDERCOMPONENT_H_
#include <string>
#include "SDL2/SDL.h"
#include <SDL.h>
#include "Components.h"
#include "ECS.h"
#include "../assetmgr/TextureManager.h"