added namespace Grim

This commit is contained in:
Pawel Kolodziejski 2009-05-25 06:49:57 +00:00
parent ac7307728b
commit 8b8e7e07d2
122 changed files with 615 additions and 156 deletions

View file

@ -21,13 +21,16 @@
#if defined(UNIX) || defined(__SYMBIAN32__)
#include <sys/stat.h>
#include <time.h>
#endif
#include <time.h>
#ifdef _WIN32
#include <direct.h>
#endif
namespace Grim {
#define CLOSEDTAG 2
#define IOTAG 1
@ -442,3 +445,5 @@ void lua_iolibclose() {
delete g_stdout;
delete g_stderr;
}
} // end of namespace Grim