]> git.sur5r.net Git - c128-kasse/blobdiff - config.h
general und so..
[c128-kasse] / config.h
index bea5c1729b85de8dce6980fa0f80569541f21786..f730bf52c1a50ca487872c7a7972e3e0e708bef1 100644 (file)
--- a/config.h
+++ b/config.h
@@ -18,7 +18,7 @@ struct status_t {
 };
 
 #define MAX_ITEMS 15
-static struct status_t status[MAX_ITEMS+1];
+extern struct status_t* status;
 
 // unklar bis jetzt was das tun wird
 void load_config();