mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-02 06:02:25 +00:00
Merge pull request #341 from af4t/master
MS Visual Studio vs. position.cpp
This commit is contained in:
commit
c471fbe38f
@ -1,9 +1,12 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
||||||
#include "position.h"
|
#include "position.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#include <algorithm>
|
||||||
|
#endif
|
||||||
|
|
||||||
xy_location::xy_location(float x, float y) :
|
xy_location::xy_location(float x, float y) :
|
||||||
m_X(x),
|
m_X(x),
|
||||||
m_Y(y) {
|
m_Y(y) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user