Minor declaration fix
This commit is contained in:
parent
f11cc182df
commit
4cb1c10c3a
|
@ -25,7 +25,7 @@
|
||||||
#include <SDL_rwops.h>
|
#include <SDL_rwops.h>
|
||||||
|
|
||||||
struct FileSystemPrivate;
|
struct FileSystemPrivate;
|
||||||
struct SharedFontState;
|
class SharedFontState;
|
||||||
|
|
||||||
class FileSystem
|
class FileSystem
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue