aboutsummaryrefslogtreecommitdiff
path: root/src/clientiface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clientiface.cpp')
0 files changed, 0 insertions, 0 deletions
"hl ppc">#include "porting.h" #include "gettext.h" class TestGettext : public TestBase { public: TestGettext() { TestManager::registerTestModule(this); } const char *getName() { return "TestGettext"; } void runTests(IGameDef *gamedef); void testFmtgettext(); }; static TestGettext g_test_instance; void TestGettext::runTests(IGameDef *gamedef) { TEST(testFmtgettext); }