galaxy
1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
Platform.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_PLATFORM_PLATFORM_HPP_
9
#define GALAXY_PLATFORM_PLATFORM_HPP_
10
11
#include "
galaxy/platform/Pragma.hpp
"
12
13
#ifdef GALAXY_WIN_PLATFORM
14
#include "
galaxy/platform/specific/Windows.hpp
"
15
#elif GALAXY_UNIX_PLATFORM
16
#include "
galaxy/platform/specific/Unix.hpp
"
17
#endif
18
19
#endif
Pragma.hpp
Unix.hpp
Windows.hpp
galaxy
src
galaxy
platform
Platform.hpp
Generated on Sat Mar 1 2025 14:49:36 for galaxy by
1.12.0