mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 15:39:02 +00:00
15 lines
208 B
C++
15 lines
208 B
C++
#ifndef GAME_SCRIPT_EXTENSIONS_H
|
|
#define GAME_SCRIPT_EXTENSIONS_H
|
|
|
|
namespace Compiler
|
|
{
|
|
class Extensions;
|
|
}
|
|
|
|
namespace MWScript
|
|
{
|
|
void registerExtensions (Compiler::Extensions& extensions);
|
|
}
|
|
|
|
#endif
|