aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/core')
-rw-r--r--src/libjin/core/je_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libjin/core/je_types.h b/src/libjin/core/je_types.h
index 3c902cc..5fd6c12 100644
--- a/src/libjin/core/je_types.h
+++ b/src/libjin/core/je_types.h
@@ -3,9 +3,9 @@
#include <stdint.h>
-namespace jin
+namespace JinEngine
{
- namespace core
+ namespace Core
{
typedef int8_t int8; ///< Signed integer with a size of 8 bits. Supports values from -128 to 127