blob: 004da19abacd2686b7220b100b097257cfbaa635 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#include "common/restext.h"
bool GetResource(ResType /* type */, int /* num */, char* /* text */)
{
return true;
}
bool SearchKey(const char * /* cmd */, InputSlot & /* key */)
{
return true;
}
|