Added #include <common_quakedef.h> (_snprintf is defined there)

This commit is contained in:
Anton E. Gavrilov 2000-03-27 20:07:56 +00:00
parent 373779167e
commit 5a7541111c

View file

@ -32,6 +32,7 @@
// models are the only shared resource between a client and server running
// on the same machine.
#include <common_quakedef.h> // WIN32: _snprintf is defined here
#include <string.h>
#include <model.h>
#include <qendian.h>