Saga
Saga Game Engine
Loading...
Searching...
No Matches
events.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
Saga
{
4
const
int
ENGINE_EVENT_START_VALUE
= 10000;
9
enum class
EngineEvents
{
10
OnCollision
= 1000
11
};
12
}
Saga
Definition:
app.cpp:8
Saga::ENGINE_EVENT_START_VALUE
const int ENGINE_EVENT_START_VALUE
Definition:
events.h:4
Saga::EngineEvents
EngineEvents
Define specific engine events. These events start at the value ENGINE_EVENT_START_VALUE.
Definition:
events.h:9
Saga::EngineEvents::OnCollision
@ OnCollision
Systems
events.h
Generated by
1.9.6