forked from github/server
fix compilation on ubuntu
This commit is contained in:
parent
fef92e4971
commit
3b05e2e09e
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ extern "C" {
|
||||||
|
|
||||||
struct skill;
|
struct skill;
|
||||||
struct item;
|
struct item;
|
||||||
|
struct sc_mage;
|
||||||
|
|
||||||
#define UFL_DEBUG (1<<0)
|
#define UFL_DEBUG (1<<0)
|
||||||
#define UFL_ISNEW (1<<1) /* 2 */
|
#define UFL_ISNEW (1<<1) /* 2 */
|
||||||
#define UFL_LONGACTION (1<<2) /* 4 */
|
#define UFL_LONGACTION (1<<2) /* 4 */
|
||||||
|
|
Loading…
Reference in a new issue