Remove whitespace lines
This commit is contained in:
@@ -7,32 +7,32 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum RenderEventType {
|
||||
|
||||
|
||||
RENDER,
|
||||
RENDER_CONTEXT_LOST,
|
||||
RENDER_CONTEXT_RESTORED
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct RenderEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
RenderEventType type;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
RenderEvent ();
|
||||
|
||||
|
||||
static void Dispatch (RenderEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user