openmw-tes3coop/components/interpreter/context.hpp
2010-06-28 19:20:45 +02:00

14 lines
151 B
C++

#ifndef INTERPRETER_CONTEXT_H_INCLUDED
#define INTERPRETER_CONTEXT_H_INCLUDED
namespace Interpreter
{
class Context
{
};
}
#endif