mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 04:37:06 +00:00
[9566] Restore build
This commit is contained in:
parent
530580876f
commit
5236b648eb
2 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ObjectPosSelector.h"
|
#include "ObjectPosSelector.h"
|
||||||
|
#include "Object.h"
|
||||||
|
|
||||||
ObjectPosSelector::ObjectPosSelector(float x,float y,float size,float dist)
|
ObjectPosSelector::ObjectPosSelector(float x,float y,float size,float dist)
|
||||||
: m_center_x(x),m_center_y(y),m_size(size),m_dist(dist)
|
: m_center_x(x),m_center_y(y),m_size(size),m_dist(dist)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9565"
|
#define REVISION_NR "9566"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue