forked from mirror/OpenTTD
(svn r21161) -Codechange: make the currently used language easier accessible
This commit is contained in:
@@ -56,4 +56,7 @@ struct LanguageMetadata : public LanguagePackHeader {
|
||||
char file[MAX_PATH]; ///< Name of the file we read this data from.
|
||||
};
|
||||
|
||||
/** The currently loaded language. */
|
||||
extern const LanguageMetadata *_current_language;
|
||||
|
||||
#endif /* LANGUAGE_H */
|
||||
|
Reference in New Issue
Block a user