Skip to content

Commit

Permalink
FORMAT-AUTO: automatic format on pull request #143
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 5, 2023
1 parent 2a1cb3b commit 74b73e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Client/Systems/Events/EventsSystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ namespace Systems {
bool found = false;
const Raylib::Vector2 pos = {0, 2};
const int fontSize = 2;
Types::FontSize fsz = {fontSize};
Types::FontSize fsz = {fontSize};
const std::string textKeywordWaveEnd = "WaveText";
const std::string textKeyWordGameEnd = "endGameText";

Expand Down
4 changes: 2 additions & 2 deletions src/Game/GameCustomTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

#include "GameCustomTypes.hpp"
#ifdef CLIENT
#include "B-luga-graphics/Raylib/Raylib.hpp"
#include "B-luga-graphics/GraphicsCustomTypes.hpp"
#include "B-luga-graphics/Raylib/Raylib.hpp"
#endif

unsigned int Types::Enemy::_enemyNb = 0;
Expand Down Expand Up @@ -44,7 +44,7 @@ namespace Types {
} else {
unsigned int previousWave = getWaveId();
const std::string text = "Wave " + std::to_string(previousWave) + " survived";
Types::FontSize fsz = {fontSize};
Types::FontSize fsz = {fontSize};

for (auto &id : ids) {
if (arrCol[id]->getKeyword() == textKeyword) {
Expand Down
2 changes: 1 addition & 1 deletion src/Nitwork/NitworkServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
#include <sstream>
#include <tchar.h>
#endif
#include "NitworkServer.hpp"
#include <boost/asio.hpp>
#include "B-luga-physics/ECSSystems.hpp"
#include "B-luga/Logger.hpp"
#include "B-luga/Registry.hpp"
#include "B-luga/SceneManager.hpp"
#include "B-luga/SystemManagers/SystemManagersDirector.hpp"
#include "GameSystems.hpp"
#include "NitworkServer.hpp"
#include "ResourcesManager.hpp"
#include "WaveSystem.hpp"
#include "init.hpp"
Expand Down

0 comments on commit 74b73e8

Please sign in to comment.