compilation fixes (compile at least for msvc9)

This commit is contained in:
Pawel Kolodziejski
2008-01-26 11:47:23 +00:00
parent fd59de6afc
commit 852890611b
102 changed files with 1118 additions and 1042 deletions
+4 -3
View File
@@ -20,9 +20,10 @@
*
*/
#include "stdafx.h"
#include "debug.h"
#include "textsplit.h"
#include "common/sys.h"
#include "common/debug.h"
#include "engine/textsplit.h"
#include <cstdio>
#include <cstring>