First compile, Logger works

This commit is contained in:
Madthijs
2021-04-11 14:07:16 +02:00
parent 2234190f24
commit e6df94dac0
8 changed files with 122 additions and 9 deletions

View File

@@ -2,7 +2,13 @@
#include "IGpClipboardContents.h"
#include "IGpThreadEvent.h"
#ifdef __MACOS__
#include <SDL.h>
#include <pthread.h>
#else
#include "SDL2/SDL.h"
#endif
#include <time.h>
#include <unistd.h>