]> git.sur5r.net Git - c128-kasse/blobdiff - config.h
use cbm_load/cbm_save; WARNING: this code _IS_ broken at the moment
[c128-kasse] / config.h
index 36ca92300c25a1aa5374de27d675dccba2926d4f..0263b9e175ab6e4f18e90c2d879b796eb88fc8d7 100644 (file)
--- a/config.h
+++ b/config.h
@@ -25,7 +25,7 @@ extern struct status_t status[MAX_ITEMS+1];
 
 /* Datenstruktur für die Guthaben */
 struct credits_t {
-       char *nickname;
+       char nickname[11];
        /* Guthaben (in Cent) */
        unsigned int credit;
 };
@@ -36,10 +36,9 @@ extern struct credits_t credits[MAX_CREDIT_ITEMS+1];
 /* Lädt Dinge wie die Druckeradresse */
 void load_config();
 void load_items();
-void load_state();
 void load_credits();
 //void dump_state();
 
-void save_state();
+void save_items();
 void save_credits();
 #endif /*CONFIG_H_*/