Browse Source

Try to swap includes in example_gamepad to see if it helps msys2 compile

master
Krisjanis Rijnieks 5 years ago
parent
commit
64fcf4555f
  1. 2
      example_gamepad/src/InputHandler.h

2
example_gamepad/src/InputHandler.h

@ -7,9 +7,9 @@
#include <string>
#include <sstream>
#include <iostream>
#include <SDL2/SDL.h>
#include "ofMain.h"
#include "ofxXmlSettings.h"
#include <SDL2/SDL.h>
enum ControllerItemType{
CONTROLLER_BUTTON,

Loading…
Cancel
Save