1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 05:34:47 +00:00

Include mac-mouse-support.h in libqb.cpp

This commit is contained in:
Samuel Gomes 2024-03-10 13:33:41 +05:30
parent 6689208790
commit b78790a2a1

View file

@ -10,22 +10,20 @@
# include <ApplicationServices/ApplicationServices.h>
# include <mach-o/dyld.h> //required for _NSGetExecutablePath
# include "mac-mouse-support.h"
#endif
#include "audio.h"
#include "bitops.h"
#include "cmem.h"
#include "completion.h"
#include "command.h"
#include "completion.h"
#include "compression.h"
#include "datetime.h"
#include "event.h"
#include "error_handle.h"
#include "event.h"
#include "file-fields.h"
#include "filepath.h"
#include "filesystem.h"
#include "file-fields.h"
#include "font.h"
#include "game_controller.h"
#include "gfs.h"
@ -34,9 +32,10 @@
#include "http.h"
#include "image.h"
#include "keyhandler.h"
#include "qblist.h"
#include "mac-mouse-support.h"
#include "mem.h"
#include "mutex.h"
#include "qblist.h"
#include "qbs.h"
#include "rounding.h"
#include "shell.h"