OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scripttest.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_MWDIALOGUE_SCRIPTTEST_H
2 #define OPENMW_MWDIALOGUE_SCRIPTTEST_H
3 
5 
6 namespace MWDialogue
7 {
8 
9 namespace ScriptTest
10 {
11 
14 std::pair<int, int> compileAll(const Compiler::Extensions* extensions, int warningsMode);
15 
16 }
17 
18 }
19 
20 #endif
Collection of compiler extensions.
Definition: extensions.hpp:39
std::pair< int, int > compileAll(const Compiler::Extensions *extensions, int warningsMode)
Definition: scripttest.cpp:107