forked from mirror/openmw-tes3mp
11 lines
157 B
C++
11 lines
157 B
C++
#ifndef INTERPRETER_TYPES_H_INCLUDED
|
|
#define INTERPRETER_TYPES_H_INCLUDED
|
|
|
|
namespace Interpreter
|
|
{
|
|
typedef unsigned int Type_Code; // 32 bit
|
|
|
|
}
|
|
|
|
#endif
|
|
|