summaryrefslogtreecommitdiff
path: root/src/core/loader/loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/loader/loader.h')
-rw-r--r--src/core/loader/loader.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/loader/loader.h b/src/core/loader/loader.h
index 4a4bd7c77..08bab84e5 100644
--- a/src/core/loader/loader.h
+++ b/src/core/loader/loader.h
@@ -132,6 +132,12 @@ public:
132 virtual ~AppLoader() { } 132 virtual ~AppLoader() { }
133 133
134 /** 134 /**
135 * Returns the type of this file
136 * @return FileType corresponding to the loaded file
137 */
138 virtual FileType GetFileType() = 0;
139
140 /**
135 * Load the application 141 * Load the application
136 * @return ResultStatus result of function 142 * @return ResultStatus result of function
137 */ 143 */