mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-08-03 23:36:59 -04:00
15 lines
151 B
C++
15 lines
151 B
C++
#ifndef INTERPRETER_CONTEXT_H_INCLUDED
|
|
#define INTERPRETER_CONTEXT_H_INCLUDED
|
|
|
|
namespace Interpreter
|
|
{
|
|
class Context
|
|
{
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|
|
|
|
|