aboutsummaryrefslogtreecommitdiff
path: root/modules/pvr/texture_loader_pvr.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pvr/texture_loader_pvr.h')
-rw-r--r--modules/pvr/texture_loader_pvr.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/modules/pvr/texture_loader_pvr.h b/modules/pvr/texture_loader_pvr.h
index bad48b456..768070ee6 100644
--- a/modules/pvr/texture_loader_pvr.h
+++ b/modules/pvr/texture_loader_pvr.h
@@ -29,22 +29,18 @@
#ifndef TEXTURE_LOADER_PVR_H
#define TEXTURE_LOADER_PVR_H
-
-#include "scene/resources/texture.h"
#include "io/resource_loader.h"
+#include "scene/resources/texture.h"
-
-class ResourceFormatPVR : public ResourceFormatLoader{
+class ResourceFormatPVR : public ResourceFormatLoader {
public:
-
- virtual RES load(const String &p_path,const String& p_original_path,Error *r_error=NULL);
+ virtual RES load(const String &p_path, const String &p_original_path, Error *r_error = NULL);
virtual void get_recognized_extensions(List<String> *p_extensions) const;
- virtual bool handles_type(const String& p_type) const;
+ virtual bool handles_type(const String &p_type) const;
virtual String get_resource_type(const String &p_path) const;
ResourceFormatPVR();
virtual ~ResourceFormatPVR() {}
};
-
#endif // TEXTURE_LOADER_PVR_H