Missing string.h

This commit is contained in:
KimLS 2016-01-13 13:50:17 -08:00
parent ca817051e7
commit b94b59cf9b

View File

@ -2,6 +2,7 @@
#include "random.h"
#include <stdio.h>
#include <string.h>
const uint32_t nav_mesh_file_version = 1;
const float max_dest_drift = 10.0f;