added namespace Grim
This commit is contained in:
parent
ac7307728b
commit
8b8e7e07d2
122 changed files with 615 additions and 156 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue