forked from teamnwah/openmw-tes3coop
write code file after successfull parsing
parent
0cfeab622d
commit
a3ad61b4d0
@ -0,0 +1,11 @@
|
||||
#ifndef INTERPRETER_TYPES_H_INCLUDED
|
||||
#define INTERPRETER_TYPES_H_INCLUDED
|
||||
|
||||
namespace Interpreter
|
||||
{
|
||||
typedef unsigned int Type_Code; // 32 bit
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue