Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
DebugFlags.hpp
Go to the documentation of this file.
1
8#ifndef RTYPE_CLIENT_DEBUGFLAGS_HPP_
9#define RTYPE_CLIENT_DEBUGFLAGS_HPP_
10
11namespace rtp::client {
12 inline bool g_drawDebugBounds = false;
13}
14
15#endif // RTYPE_CLIENT_DEBUGFLAGS_HPP_
R-Type client namespace.
bool g_drawDebugBounds