First working compilation.

This commit is contained in:
Julian
2020-02-25 21:46:51 -03:00
parent 6cdc2ea18c
commit f2d8d91baf
88 changed files with 1959 additions and 13767 deletions

View File

@@ -24,6 +24,9 @@
#include "cmtalkmonster.h"
#include "pm_materials.h"
//#if !defined ( _WIN32 )
#include <ctype.h>
//#endif
static char *memfgets( byte *pMemFile, int fileSize, int &filePos, char *pBuffer, int bufferSize );