colobot/src/ui/test/stubs/restext_stub.cpp

12 lines
210 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;
}