Implemented GetNextLevel function with hard-coded levels.

This commit is contained in:
PlatinumSkink
2015-10-05 16:35:37 +02:00
parent b2399243e3
commit 56086d6061
6 changed files with 195 additions and 103 deletions
+21
View File
@@ -0,0 +1,21 @@
//
// Created by Administrator on 2015-10-05.
//
#ifndef DAYDREAM_EHITPAD_H
#define DAYDREAM_EHITPAD_H
#include "Core/EventBroker.h"
namespace dd
{
namespace Events
{
struct HitPad : Event
{
};
}
}
#endif //DAYDREAM_EHITPAD_H