mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-16 03:20:48 +00:00
Remove unused files
This commit is contained in:
parent
dff33b0530
commit
51baa76816
51 changed files with 13 additions and 4111 deletions
|
@ -35,9 +35,6 @@ BUILD_LINUX
|
|||
#include "ActionMapper.h"
|
||||
#include "Event.h"
|
||||
#include "StateManager.h"
|
||||
#include "Light.h"
|
||||
#include "Flags.h"
|
||||
//#include "Scripting.h"
|
||||
#include "Effects.h"
|
||||
#include "Localization.h"
|
||||
|
||||
|
@ -1052,7 +1049,7 @@ public:
|
|||
|
||||
void updateCursorFromJoystick(float dt, int spd);
|
||||
|
||||
uint32 getTicks();
|
||||
unsigned getTicks();
|
||||
|
||||
float stopWatch(int d);
|
||||
|
||||
|
@ -1205,7 +1202,6 @@ public:
|
|||
|
||||
int currentLayerPass;
|
||||
int keys[KEY_MAXARRAY];
|
||||
Flags flags;
|
||||
virtual void debugLog(const std::string &s);
|
||||
virtual void errorLog(const std::string &s);
|
||||
void messageBox(const std::string &title, const std::string &msg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue