mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-15 22:58:36 +03:00
Initial commit
This commit is contained in:
13
main/game.h
Normal file
13
main/game.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "rendering.h"
|
||||
|
||||
namespace progressia {
|
||||
namespace main {
|
||||
|
||||
void initialize(GraphicsInterface &);
|
||||
void renderTick();
|
||||
void shutdown();
|
||||
|
||||
} // namespace main
|
||||
} // namespace progressia
|
||||
Reference in New Issue
Block a user