Tramway SDK
template.h
Go to the documentation of this file.
1// TRAMWAY DRIFT AND DUNGEON EXPLORATION SIMULATOR 2022
2// All rights reserved.
3
4#ifndef TRAM_SDK_COMPONENTS_TEMPLATECOMPONENT_H
5#define TRAM_SDK_COMPONENTS_TEMPLATECOMPONENT_H
6
8
9namespace tram {
10
12public:
15 void Init();
16 void Start();
17 void EventHandler(Event &event);
18};
19
20}
21
22#endif // TRAM_SDK_COMPONENTS_TEMPLATECOMPONENT_H
Definition: entitycomponent.h:18
Definition: template.h:11
void EventHandler(Event &event)
Definition: api.h:9
Definition: event.h:24