Initial build on macOS

This commit is contained in:
Alan Youngblood
2023-08-12 08:50:32 -04:00
parent bab3487115
commit a0c06ebe6a
24 changed files with 147 additions and 801 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"