Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
datatypes.h
1
#ifndef OE_CORE_DATATYPES_H
2
#define OE_CORE_DATATYPES_H
3
4
namespace
oe::core
5
{
6
union
EventData;
7
typedef
std::function<void(
const
core::EventData&)> event_callback_t;
8
typedef
int
key_code_t;
9
}
10
#endif
oe::core
Core functionality (windows, event handler, logger, ...)
Definition
cursor.h:8
OxygenEngine
core
datatypes.h
Generated by
1.9.8