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:
parent
3497882b5b
commit
8983c0c5a3
110 changed files with 12236 additions and 791 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue