Explorar el Código

fixed a typo in declaration of meta file system

ShizZy hace 13 años
padre
commit
8a95dd3f11
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/core/src/system.cpp

+ 2 - 2
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) {
 }