summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-utils/io/file_data.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-27 09:07:54 +0800
committerchai <chaifix@163.com>2019-03-27 09:07:54 +0800
commit66c5fdc564dd892ed265132d6c1378dbe3cebcee (patch)
tree909848ed622b35c8653c961c9ebed8c574bb150e /source/libs/asura-lib-utils/io/file_data.h
parentd9041d6e12ded456c17622f7f2e7bbacb9e99b1a (diff)
*misc
Diffstat (limited to 'source/libs/asura-lib-utils/io/file_data.h')
-rw-r--r--source/libs/asura-lib-utils/io/file_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libs/asura-lib-utils/io/file_data.h b/source/libs/asura-lib-utils/io/file_data.h
index 106e068..9aa0e3b 100644
--- a/source/libs/asura-lib-utils/io/file_data.h
+++ b/source/libs/asura-lib-utils/io/file_data.h
@@ -56,10 +56,10 @@ namespace AsuraEngine
std::string mExtension; ///< չ
std::string mName; ///< ͺ׺ļ
+ LUAX_DECL_METHOD(_GetDataBuffer);
LUAX_DECL_METHOD(_GetFileName);
LUAX_DECL_METHOD(_GetExtension);
LUAX_DECL_METHOD(_GetName);
- LUAX_DECL_METHOD(_GetDataBuffer);
};