Minor fixes, fix compilation without HashLink library
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_DROP_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_GAMEPAD_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_JOYSTICK_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_KEY_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_MOUSE_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_TEXT_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_TOUCH_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
#undef CreateWindow
|
||||
#endif
|
||||
|
||||
#include <hl.h>
|
||||
#include <app/Application.h>
|
||||
#include <graphics/ImageBuffer.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/DisplayMode.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
#define LIME_UI_WINDOW_EVENT_H
|
||||
|
||||
|
||||
#include <hl.h>
|
||||
#include <hx/CFFI.h>
|
||||
#include <system/CFFI.h>
|
||||
#include <system/ValuePointer.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user