Remove whitespace lines
This commit is contained in:
@@ -7,31 +7,31 @@
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
|
||||
|
||||
enum DropEventType {
|
||||
|
||||
|
||||
DROP_FILE
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
struct DropEvent {
|
||||
|
||||
|
||||
hl_type* t;
|
||||
vbyte* file;
|
||||
DropEventType type;
|
||||
|
||||
|
||||
static ValuePointer* callback;
|
||||
static ValuePointer* eventObject;
|
||||
|
||||
|
||||
DropEvent ();
|
||||
|
||||
|
||||
static void Dispatch (DropEvent* event);
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user