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