mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 19:45:23 -04:00
oops
This commit is contained in:
parent
23772e1962
commit
579264be6c
@ -10,7 +10,7 @@
|
||||
#include "MapGenerator.h"
|
||||
#include "Platform.h"
|
||||
#include "Game.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Vectors.h"
|
||||
#include "Chat.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Deflate.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Funcs.h"
|
||||
#include "Platform.h"
|
||||
#include "Stream.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "Gui.h"
|
||||
#include "Stream.h"
|
||||
#include "Bitmap.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
|
||||
NameMode Entities_NameMode;
|
||||
ShadowMode Entities_ShadowMode;
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Event.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
|
||||
struct Event_Int EntityEvents_Added;
|
||||
struct Event_Int EntityEvents_Removed;
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "Entity.h"
|
||||
#include "Platform.h"
|
||||
#include "ExtMath.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Game.h"
|
||||
#include "ServerConnection.h"
|
||||
#include "Event.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "Graphics.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Platform.h"
|
||||
#include "Window.h"
|
||||
#include "Funcs.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "Screens.h"
|
||||
#include "Camera.h"
|
||||
#include "InputHandler.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Platform.h"
|
||||
#include "Bitmap.h"
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "Funcs.h"
|
||||
#include "Options.h"
|
||||
#include "Utils.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Platform.h"
|
||||
#include "Chat.h"
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
#include "MapRenderer.h"
|
||||
#include "Platform.h"
|
||||
#include "World.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Event.h"
|
||||
#include "GameStructs.h"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "MapGenerator.h"
|
||||
#include "BlockID.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "ExtMath.h"
|
||||
#include "Funcs.h"
|
||||
#include "Platform.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
#include "Deflate.h"
|
||||
#include "Stream.h"
|
||||
#include "Builder.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
|
||||
#define MenuBase_Layout Screen_Layout struct Widget** Widgets; int WidgetsCount;
|
||||
struct Menu { MenuBase_Layout };
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "Chat.h"
|
||||
#include "Errors.h"
|
||||
#include "Utils.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
|
||||
const char* FpsLimit_Names[FPS_LIMIT_COUNT] = {
|
||||
"LimitVSync", "Limit30FPS", "Limit60FPS", "Limit120FPS", "LimitNone",
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "Lighting.h"
|
||||
#include "AsyncDownloader.h"
|
||||
#include "Drawer2D.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "TexturePack.h"
|
||||
#include "Gui.h"
|
||||
#include "Errors.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "Platform.h"
|
||||
#include "ExtMath.h"
|
||||
#include "Funcs.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Entity.h"
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include "World.h"
|
||||
#include "Funcs.h"
|
||||
#include "Block.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Camera.h"
|
||||
|
||||
static float pickedPos_dist;
|
||||
|
@ -1,8 +1,7 @@
|
||||
#include "Platform.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Stream.h"
|
||||
#include "ExtMath.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Drawer2D.h"
|
||||
#include "Funcs.h"
|
||||
#include "AsyncDownloader.h"
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Platform.h"
|
||||
#include "Window.h"
|
||||
#include "Constants.h"
|
||||
|
@ -17,7 +17,7 @@
|
||||
#include "Camera.h"
|
||||
#include "TexturePack.h"
|
||||
#include "Menus.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "PacketHandlers.h"
|
||||
#include "Inventory.h"
|
||||
#include "Platform.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "Stream.h"
|
||||
#include "Platform.h"
|
||||
#include "Funcs.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Errors.h"
|
||||
#include "Utils.h"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include "String.h"
|
||||
#include "Funcs.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Platform.h"
|
||||
#include "Stream.h"
|
||||
#include "Utils.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
#include "Platform.h"
|
||||
#include "Stream.h"
|
||||
#include "Errors.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
|
||||
|
||||
/*########################################################################################################################*
|
||||
|
@ -14,7 +14,7 @@
|
||||
#include "Event.h"
|
||||
#include "Chat.h"
|
||||
#include "Game.h"
|
||||
#include "ErrorHandler.h"
|
||||
#include "Logger.h"
|
||||
#include "Bitmap.h"
|
||||
#include "Block.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user