Skip to content

Commit

Permalink
Rename sync.h to craftium.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikel committed Jun 27, 2024
1 parent 7af5e13 commit ec1dfdc
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/client/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content/mod_configuration.h"
#include "mapnode.h"

#include "sync.h"
#include "craftium.h"
#include "gui/mainmenumanager.h"

extern gui::IGUIEnvironment* guienv;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/client/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client/sound/sound_openal.h"
#endif

#include "sync.h"
#include "craftium.h"

/*
Text input system
Expand Down
2 changes: 1 addition & 1 deletion src/client/inputhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "gui/touchscreengui.h"
#include "hud.h"

#include "sync.h"
#include "craftium.h"
#include <cstdio>

void KeyCache::populate_nonchanging()
Expand Down
2 changes: 1 addition & 1 deletion src/client/inputhandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <arpa/inet.h>
#include <netinet/in.h>

#include "sync.h"
#include "craftium.h"

class InputHandler;

Expand Down
2 changes: 1 addition & 1 deletion src/script/scripting_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ extern "C" {
#include <lualib.h>
}

#include "../client/sync.h"
#include "../client/craftium.h"

ServerScripting::ServerScripting(Server* server):
ScriptApiBase(ScriptingType::Server),
Expand Down
2 changes: 1 addition & 1 deletion src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "particles.h"
#include "gettext.h"

#include "client/sync.h"
#include "client/craftium.h"

class ClientNotFoundException : public BaseException
{
Expand Down

0 comments on commit ec1dfdc

Please sign in to comment.