Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
platform.hpp File Reference
#include <csignal>

Go to the source code of this file.

Macros

#define HELIOS_API
#define HELIOS_EXPORT
#define HELIOS_DEBUG_BREAK()

Macro Definition Documentation

◆ HELIOS_API

#define HELIOS_API

Definition at line 17 of file platform.hpp.

◆ HELIOS_DEBUG_BREAK

#define HELIOS_DEBUG_BREAK ( )
Value:
::std::raise(SIGTRAP)

Definition at line 89 of file platform.hpp.

◆ HELIOS_EXPORT

#define HELIOS_EXPORT

Definition at line 25 of file platform.hpp.