mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
cleaned up magic keywords; correct drawing of placeholders
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@235 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <script/functions/functions.hpp>
|
||||
#include <script/functions/util.hpp>
|
||||
#include <util/tagged_string.hpp>
|
||||
#include <util/error.hpp>
|
||||
|
||||
// ----------------------------------------------------------------------------- : Numbers
|
||||
|
||||
@@ -71,6 +72,14 @@ SCRIPT_FUNCTION(english_number_a) {
|
||||
|
||||
// ----------------------------------------------------------------------------- : Singular/plural
|
||||
|
||||
SCRIPT_FUNCTION(english_singular) {
|
||||
throw InternalError(_("TODO"));
|
||||
}
|
||||
|
||||
SCRIPT_FUNCTION(english_plural) {
|
||||
throw InternalError(_("TODO"));
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------------------- : Hints
|
||||
|
||||
// insert a hint, <hint-1> for singular, <hint-2> otherwise
|
||||
|
||||
Reference in New Issue
Block a user