mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-04-21 08:00:46 +03:00
Fixes GH-5 - cppcheck replaced with clang-tidy - clang-tidy lint warnings fixed - Reworked build tools from scratch to make IDE setup easier - Added 1.5 IDE setup guides
7 lines
146 B
C++
7 lines
146 B
C++
#pragma once
|
|
|
|
#include "rendering/graphics_interface.h"
|
|
#include "rendering/image.h"
|
|
|
|
namespace progressia::main {} // namespace progressia::main
|