mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
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
|
|
|