Merge branch 'master' into ps2menu

This commit is contained in:
Fire_Head
2020-06-29 09:37:53 +03:00
committed by GitHub
145 changed files with 15893 additions and 12764 deletions

View File

@@ -11,7 +11,11 @@ void TextCopy(wchar *dst, const wchar *src);
struct CKeyEntry
{
#ifdef FIX_BUGS
uint32 valueOffset;
#else
wchar *value;
#endif
char key[8];
};
@@ -30,7 +34,11 @@ public:
void Unload(void);
void Update(wchar *chars);
CKeyEntry *BinarySearch(const char *key, CKeyEntry *entries, int16 low, int16 high);
#ifdef FIX_BUGS
wchar *Search(const char *key, wchar *data);
#else
wchar *Search(const char *key);
#endif
};
class CData