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
Unix.cpp
Go to the documentation of this file.
1
7
8#include "Unix.hpp"
9
10#ifdef GALAXY_UNIX_PLATFORM
11
12namespace galaxy
13{
14 namespace platform
15 {
16 void configure_terminal() noexcept
17 {
18 // This function is stubbed on unix systems.
19 return;
20 }
21 } // namespace platform
22} // namespace galaxy
23
24#endif
Timer.hpp galaxy.
Definition Async.hpp:17