Implemented GetNextLevel function with hard-coded levels.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user