summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 1e1e10d65..bc45bf837 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -113,6 +113,7 @@ namespace Commands
decHandler(dumpOGL);
decHandler(cacheInfo);
decHandler(execute);
+ decHandler(testsdlfont);
void replaceVars(std::string &str);
} // namespace Commands
@@ -190,6 +191,7 @@ static const CommandInfo commands[] =
{"url", &Commands::url},
{"open", &Commands::open},
{"execute", &Commands::execute},
+ {"testsdlfont", &Commands::testsdlfont},
{"hack", &Commands::hack}
};