forked from teamnwah/openmw-tes3coop
14 lines
151 B
C++
14 lines
151 B
C++
#ifndef INTERPRETER_CONTEXT_H_INCLUDED
|
|
#define INTERPRETER_CONTEXT_H_INCLUDED
|
|
|
|
namespace Interpreter
|
|
{
|
|
class Context
|
|
{
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|
|
|
|
|