mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 18:19:55 +00:00
14 lines
208 B
C++
14 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
|