Skip to content

Commit

Permalink
Possibly fix github build
Browse files Browse the repository at this point in the history
  • Loading branch information
KalopsiaTwilight committed Aug 29, 2022
1 parent 57697ae commit 0a7dcec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/server/game/Freedom/FreedomMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/tokenizer.hpp>
#include <G3D/Quat.h>

#pragma region FREEDOM_MANAGER
FreedomMgr::FreedomMgr()
Expand Down
2 changes: 0 additions & 2 deletions src/server/game/Freedom/FreedomMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "GameObject.h"
#include "Creature.h"
#include "Log.h"
#include <G3d/Quat.h>

struct GameObjectTemplateExtraData
{
Expand Down Expand Up @@ -140,7 +139,6 @@ typedef std::vector<std::pair<uint32, uint32>> PhaseListContainer;

class Map;

using G3D::Quat;
using G3D::Vector3;

enum RotationAxis
Expand Down

0 comments on commit 0a7dcec

Please sign in to comment.