From 0afe8cacab876c9c95ad551468f5d6c41eb8720d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 24 Apr 2013 00:38:49 +0300 Subject: add command for test perfomance in sdlfont calculation. --- src/commands.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands.h') 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} }; -- cgit v1.2.3-70-g09d2