OpenMW
apps/openmw/mwscript/animationextensions.hpp
Go to the documentation of this file.
00001 #ifndef GAME_SCRIPT_ANIMATIONEXTENSIONS_H
00002 #define GAME_SCRIPT_ANIMATIONEXTENSIONS_H
00003 
00004 namespace Compiler
00005 {
00006     class Extensions;
00007 }
00008 
00009 namespace Interpreter
00010 {
00011     class Interpreter;
00012 }
00013 
00014 namespace MWScript
00015 {
00016     namespace Animation
00017     {
00018         void registerExtensions (Compiler::Extensions& extensions);
00019 
00020         void installOpcodes (Interpreter::Interpreter& interpreter);
00021     }
00022 }
00023 
00024 #endif