MinGW on Linux is case sensitve

This commit is contained in:
Anonymous Maarten 2023-07-01 17:33:40 +02:00
parent fd848fa096
commit 0b015bee3a
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,8 @@
#define LEGOBACKGROUNDCOLOR_H
#include "mxstring.h"
#include "mxcore.h"
#include "MxStringVariable.h"
#include "mxstringvariable.h"
class LegoBackgroundColor : public MxStringVariable
{
public:

View File

@ -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