forked from mirror/openmw-tes3mp
12 lines
286 B
C++
12 lines
286 B
C++
#ifndef GAME_MWMECHANICS_DEFINES_H
|
|
#define GAME_MWMECHANICS_DEFINES_H
|
|
|
|
#include <string>
|
|
#include "context.hpp"
|
|
|
|
namespace Interpreter{
|
|
std::string fixDefinesDialog(std::string text, Context& context);
|
|
std::string fixDefinesMsgBox(std::string text, Context& context);
|
|
}
|
|
|
|
#endif
|