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
Windows.hpp
Go to the documentation of this file.
1
7
8#ifndef GALAXY_PLATFORM_SPECIFIC_WINDOWS_HPP_
9#define GALAXY_PLATFORM_SPECIFIC_WINDOWS_HPP_
10
12
13#ifdef GALAXY_WIN_PLATFORM
14
15namespace galaxy
16{
17 namespace platform
18 {
22 void configure_terminal() noexcept;
23 } // namespace platform
24} // namespace galaxy
25
26#endif
27#endif
Timer.hpp galaxy.
Definition Async.hpp:17