mirror of
https://github.com/Relintai/mourne_rcpp_fw.git
synced 2024-12-27 23:17:11 +01:00
10 lines
134 B
C++
10 lines
134 B
C++
#include "game_event_handler.h"
|
|
|
|
|
|
GameEventHandler::GameEventHandler() :
|
|
Reference() {
|
|
}
|
|
|
|
GameEventHandler::~GameEventHandler() {
|
|
}
|