aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/core/je_version.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-21 13:37:27 +0800
committerchai <chaifix@163.com>2018-10-21 13:37:27 +0800
commit066e5987c515dfc34537d73ca9d2a81ddd1f9e1b (patch)
treeec45fe523daa4f9e8a30db0a045a0eb9cee84822 /src/libjin/core/je_version.h
parent3292019e55dd02a96420e72bad88711fd36ef249 (diff)
*注释
Diffstat (limited to 'src/libjin/core/je_version.h')
-rw-r--r--src/libjin/core/je_version.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/libjin/core/je_version.h b/src/libjin/core/je_version.h
new file mode 100644
index 0000000..6a91797
--- /dev/null
+++ b/src/libjin/core/je_version.h
@@ -0,0 +1,26 @@
+#ifndef __JE_CORE_VERSION_H
+#define __JE_CORE_VERSION_H
+
+namespace JinEngine
+{
+ namespace Core
+ {
+
+ ///
+ /// Get version of Jin.
+ ///
+ /// @return Version of Jin.
+ ///
+ int getVersion();
+
+ ///
+ /// Get author of Jin.
+ ///
+ /// @return Author of Jin.
+ ///
+ int getAuthor();
+
+ } // namespace Core
+} // namespace JinEngine
+
+#endif \ No newline at end of file