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

13 lines
212 B
C++

#include "common/restext.h"
bool GetResource(ResType /* type */, int /* num */, std::string& /* text */)
{
return true;
}
bool SearchKey(const char * /* cmd */, InputSlot & /* key */)
{
return true;
}