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