aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
diff options
context:
space:
mode:
authorGravatar ShizZy <shizzy@6bit.net>2013-10-06 09:24:46 -0400
committerGravatar ShizZy <shizzy@6bit.net>2013-10-06 09:24:46 -0400
commit8a95dd3f11b7a6066297807c3fde19551e3c6464 (patch)
tree853c8904b75c93430b46f5033b4696fa8d609f67 /src/core
parente0cb54ea35a79ce0268be8a20c0a6d6fb10d608a (diff)
fixed a typo in declaration of meta file system
Diffstat (limited to 'src/core')
-rw-r--r--src/core/src/system.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/src/system.cpp b/src/core/src/system.cpp
index 54536269..6a2c13c9 100644
--- a/src/core/src/system.cpp
+++ b/src/core/src/system.cpp
@@ -29,8 +29,8 @@
namespace System {
-extern volatile State g_state;
-extern MetaFileSystem g_ctr_file_system;
+volatile State g_state;
+MetaFileSystem g_ctr_file_system;
void UpdateState(State state) {
}