forked from teamnwah/openmw-tes3coop
15 lines
220 B
C++
15 lines
220 B
C++
#ifndef GAME_SCRIPT_COMPILERCONTEXT_H
|
|
#define GAME_SCRIPT_COMPILERCONTEXT_H
|
|
|
|
#include <components/compiler/context.hpp>
|
|
|
|
namespace MWScript
|
|
{
|
|
class CompilerContext : public Compiler::Context
|
|
{
|
|
};
|
|
}
|
|
|
|
#endif
|
|
|
|
|