first commit

This commit is contained in:
2024-04-11 01:05:03 -04:00
commit 3398c52f8b
272 changed files with 35195 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#include "../../ecs/entity/ui/entity_cursor.h"
#include "../../ecs/entity/visual/entity_sprite.h"
#include "../../ecs/entity/visual/entity_text.h"
typedef struct Gameplay
{
ECS* ecs;
EntityID sprite;
} Gameplay;