Changed SDL1 references to SDL2

SDL1 calls to SDL2 ones
Changed references to Guichan to Guisan
Changed references to renamed paths
This commit is contained in:
Dimitris Panokostas 2016-12-10 11:40:41 +01:00
parent 3497882b5b
commit 8983c0c5a3
110 changed files with 12236 additions and 791 deletions

View file

@ -1,7 +1,7 @@
#include <guichan.hpp>
#include <SDL/SDL_ttf.h>
#include <guichan/sdl.hpp>
#include "sdltruetypefont.hpp"
#include <guisan.hpp>
#include <SDL_ttf.h>
#include <guisan/sdl.hpp>
#include "guisan/sdl/sdltruetypefont.hpp"
#include "SelectorEntry.hpp"
#include "UaeRadioButton.hpp"
#include "UaeDropDown.hpp"