29 #ifndef TRANSLATION_LOADER_PO_H 30 #define TRANSLATION_LOADER_PO_H 32 #include "io/resource_loader.h" 37 virtual RES load(
const String &p_path,
const String& p_original_path=
"",Error *r_error=NULL);
38 virtual void get_recognized_extensions(
List<String> *p_extensions)
const;
39 virtual bool handles_type(
const String& p_type)
const;
40 virtual String get_resource_type(
const String &p_path)
const;
46 #endif // TRANSLATION_LOADER_PO_H
Definition: translation_loader_po.h:34