mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 15:21:15 +00:00
MinGW on Linux is case sensitve
This commit is contained in:
parent
fd848fa096
commit
0b015bee3a
@ -2,7 +2,8 @@
|
||||
#define LEGOBACKGROUNDCOLOR_H
|
||||
#include "mxstring.h"
|
||||
#include "mxcore.h"
|
||||
#include "MxStringVariable.h"
|
||||
#include "mxstringvariable.h"
|
||||
|
||||
class LegoBackgroundColor : public MxStringVariable
|
||||
{
|
||||
public:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#include "MxStringVariable.h"
|
||||
#include "mxstringvariable.h"
|
||||
#include "mxstring.h"
|
||||
|
||||
//FIXME: Figure out what exactly this class is used for. It is used in LegoGameState::LegoGameState when loading the background color, and for loading the "fsmovie" variable
|
||||
|
||||
Loading…
Reference in New Issue
Block a user