Fixed incorrect reference to guichan
The correct is guisan in SDL2!
This commit is contained in:
parent
599cddb6fa
commit
fe936f441b
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
#include <guichan.hpp>
|
||||
#include <guichan/sdl.hpp>
|
||||
#include <guisan.hpp>
|
||||
#include <guisan/sdl.hpp>
|
||||
#include "sysconfig.h"
|
||||
#include "sysdeps.h"
|
||||
#include "config.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue