From 855da86feae1a5cc14dc2d486ccf115f484dbc2e Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 25 Apr 2022 20:22:07 -0700 Subject: Changeset: 16 Initial work on rendering sprites to screen --- source/GameObjectTags.hpp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 source/GameObjectTags.hpp (limited to 'source/GameObjectTags.hpp') diff --git a/source/GameObjectTags.hpp b/source/GameObjectTags.hpp deleted file mode 100644 index 01a0ca4..0000000 --- a/source/GameObjectTags.hpp +++ /dev/null @@ -1,22 +0,0 @@ -#pragma once - -namespace Tags { -enum GameObjectMemoryManagement { - GOMM_None, - GOMM_AllChildren, - GOMM_SelfAndAllChildren, - GOMM_COUNT, -}; - -const char* NameOf(GameObjectMemoryManagement value); - -enum GameObjectType { - GOT_Generic, ///< All uncategorized game objects. - GOT_Player, - GOT_Building, - GOT_LevelWrapper, - GOT_COUNT, -}; - -const char* NameOf(GameObjectType value); -} // namespace Tags -- cgit v1.2.3-70-g09d2