summaryrefslogtreecommitdiffstats
path: root/src/ui/test/stubs/restext_stub.cpp
blob: c1986ca8ddf9b9e48fd0fedb89cb608a378d8667 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "../../common/restext.h"
bool GetResource(ResType /* type */, int /* num */, char* /* text */)
{
    return true;
}

bool SearchKey(const char * /* cmd */, InputSlot & /* key */)
{
    return true;
}