mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
# improvements to app_hooks
thesis pointed out more dependencies that had to be stomped on. 0ad-specific apphooks are now in pyrogenesis. added function AH_IS_DEFINED (useful for ogl_tex, which now has its own default version of a hook) This was SVN commit r4765.
This commit is contained in:
@@ -26,5 +26,7 @@ DECLARE_ERROR(PS_FAIL);
|
||||
// overrides ah_translate. registered in GameSetup.cpp
|
||||
extern const wchar_t* psTranslate(const wchar_t* text);
|
||||
extern void psTranslateFree(const wchar_t* text);
|
||||
extern void psBundleLogs(FILE* f);
|
||||
extern const char* psGetLogDir();
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user