summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/stubs/restext_stub.cpp
blob: fa47da6e8abf8777f53fa2c82d8a4f7232def74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "common/restext.h"

bool GetResource(ResType /* type */, int /* num */, std::string& /* text */)
{
    return true;
}

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