Minor fixes, fix compilation without HashLink library

This commit is contained in:
Joshua Granick
2018-06-11 13:10:17 -07:00
parent 68d24b1dc4
commit 5c407fe87b
30 changed files with 96 additions and 65 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>