forked from teamnwah/openmw-tes3coop
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
286 B
C++
13 lines
286 B
C++
12 years ago
|
#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
|