mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-22 00:40:46 +03:00
14 lines
200 B
C++
14 lines
200 B
C++
#pragma once
|
|
|
|
#include "rendering.h"
|
|
|
|
namespace progressia {
|
|
namespace main {
|
|
|
|
void initialize(GraphicsInterface &);
|
|
void renderTick();
|
|
void shutdown();
|
|
|
|
} // namespace main
|
|
} // namespace progressia
|