First push

This commit is contained in:
Anonymus Raccoon
2020-03-25 16:31:50 +01:00
commit d873a59e6b
144 changed files with 4578 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
//
// Created by anonymus-raccoon on 3/9/20.
//
#ifndef _GAME_MANAGER_SYSTEM_H_
#define _GAME_MANAGER_SYSTEM_H_
#include "system.h"
const gc_system game_manager_system;
#endif //_GAME_MANAGER_SYSTEM_H_