Header file relative pathing fixes for GTK SDL GUI.

This commit is contained in:
Matthew Budd 2020-08-14 21:19:50 -04:00
parent c2a322e48f
commit d2a00887a0
2 changed files with 5 additions and 5 deletions

View File

@ -23,8 +23,8 @@
/// \brief Handles joystick input using the SDL.
//#include <QDir>
#include "Qt/sdl.h"
#include "Qt/sdl-joystick.h"
#include "sdl/sdl.h"
#include "sdl/sdl-joystick.h"
#include <cstdlib>
#include <unistd.h>

View File

@ -5,9 +5,9 @@
#include <string>
#include "Qt/main.h"
#include "Qt/input.h"
#include "Qt/sdl.h"
#include "sdl/main.h"
#include "sdl/input.h"
#include "sdl/sdl.h"
#define MAX_JOYSTICKS 32