FreeBSD Stubs

This commit is contained in:
2016-01-31 00:37:23 -08:00
parent 9e543102fe
commit e792f8d581
4 changed files with 80 additions and 4 deletions

View File

@@ -9,12 +9,14 @@
#include <X11/extensions/XInput2.h>
#include <GL/glx.h>
#include <GL/glxext.h>
#include <locale>
#include <dbus/dbus.h>
DBusConnection* RegisterDBus(const char* appName, bool& isFirst);
#include <LogVisor/LogVisor.hpp>
#include <signal.h>
#include <sys/param.h>
#include <thread>
#include <mutex>