This commit is contained in:
Image 2020-05-07 08:25:43 -04:00
parent 7473b81a9f
commit eb06006c75
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,6 @@ along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
#include "SPGrid.h"
#include "../../common/Log.h"
#include <cmath>
SPGrid::SPGrid(string file, int32 cellSize) {
m_ZoneFile = file;

View file

@ -22,6 +22,7 @@ along with EQ2Emulator. If not, see <http://www.gnu.org/licenses/>.
#include <vector>
#include <map>
#include "../../common/types.h"
#include <cmath>
class Spawn;