13 lines
205 B
C++
13 lines
205 B
C++
![]() |
#include "common/restext.h"
|
||
|
|
||
![]() |
bool GetResource(ResType /* type */, int /* num */, char* /* text */)
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
|
||
|
bool SearchKey(const char * /* cmd */, InputSlot & /* key */)
|
||
|
{
|
||
|
return true;
|
||
|
}
|
||
|
|