Skip to content
Snippets Groups Projects
Commit 1643e662 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

whoops, forgot to do this

parent 9c8988ab
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!677Locale liberation
...@@ -451,12 +451,12 @@ char savegamename[256]; ...@@ -451,12 +451,12 @@ char savegamename[256];
// m_misc.h // m_misc.h
#ifdef GETTEXT #ifdef GETTEXT
#define M_GetText(String) gettext(String) #define M_GetText(String) gettext(String)
void M_StartupLocale(void);
#else #else
// If no translations are to be used, make a stub // If no translations are to be used, make a stub
// M_GetText function that just returns the string. // M_GetText function that just returns the string.
#define M_GetText(x) (x) #define M_GetText(x) (x)
#endif #endif
void M_StartupLocale(void);
extern void *(*M_Memcpy)(void* dest, const void* src, size_t n) FUNCNONNULL; extern void *(*M_Memcpy)(void* dest, const void* src, size_t n) FUNCNONNULL;
char *va(const char *format, ...) FUNCPRINTF; char *va(const char *format, ...) FUNCPRINTF;
char *M_GetToken(const char *inputString); char *M_GetToken(const char *inputString);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment