Remove whitespace lines
This commit is contained in:
@@ -7,32 +7,32 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum ApplicationEventType {
|
||||
|
||||
|
||||
UPDATE,
|
||||
EXIT
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct ApplicationEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
int deltaTime;
|
||||
ApplicationEventType type;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
ApplicationEvent ();
|
||||
|
||||
|
||||
static void Dispatch (ApplicationEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user