starting to organize and progress on dAcBase_c

This commit is contained in:
Elijah Thomas
2023-08-12 10:47:25 -04:00
parent de8b60021c
commit 683dc91a53
27 changed files with 536 additions and 183 deletions
+3
View File
@@ -0,0 +1,3 @@
#include <toBeSorted/room_manager.h>
RoomManager* RoomManager::m_Instance;
+3 -3
View File
@@ -1,9 +1,9 @@
#include <types.h>
#include <libc.h>
#include "lib/rvl/macros.h"
#include "toBeSorted/flag_space.h"
#include "toBeSorted/file_manager.h"
#include <lib/rvl/macros.h>
#include <toBeSorted/flag_space.h>
#include <toBeSorted/file_manager.h>
#include <toBeSorted/bitwise_flag_helper.h>
class SceneflagManager {