mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-05 13:32:26 +00:00
Missing string.h
This commit is contained in:
parent
ca817051e7
commit
b94b59cf9b
@ -2,6 +2,7 @@
|
|||||||
#include "random.h"
|
#include "random.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
const uint32_t nav_mesh_file_version = 1;
|
const uint32_t nav_mesh_file_version = 1;
|
||||||
const float max_dest_drift = 10.0f;
|
const float max_dest_drift = 10.0f;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user