restructure project
This commit is contained in:
25
include/td/game/GameManager.h
Normal file
25
include/td/game/GameManager.h
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
* GameManager.h
|
||||
*
|
||||
* Created on: 4 nov. 2020
|
||||
* Author: simon
|
||||
*/
|
||||
|
||||
#ifndef GAME_GAMEMANAGER_H_
|
||||
#define GAME_GAMEMANAGER_H_
|
||||
|
||||
namespace GameManager {
|
||||
|
||||
void Render();
|
||||
void Init();
|
||||
void Destroy();
|
||||
void Tick();
|
||||
|
||||
void StartServer();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* GAME_GAMEMANAGER_H_ */
|
||||
Reference in New Issue
Block a user