mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-22 00:40:46 +03:00
9 lines
171 B
C++
9 lines
171 B
C++
#pragma once
|
|
|
|
#include "rendering/graphics_interface.h"
|
|
#include "rendering/image.h"
|
|
|
|
namespace progressia {
|
|
namespace main {} // namespace main
|
|
} // namespace progressia
|