mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-22 00:50:45 +03:00
14 lines
211 B
C++
14 lines
211 B
C++
#pragma once
|
|
|
|
namespace progressia {
|
|
namespace desktop {
|
|
|
|
void initializeGlfw();
|
|
void showWindow();
|
|
void shutdownGlfw();
|
|
bool shouldRun();
|
|
void doGlfwRoutine();
|
|
|
|
} // namespace desktop
|
|
} // namespace progressia
|