]> git.sur5r.net Git - c128-kasse/blob - config.c
makefile, status array in config.h
[c128-kasse] / config.c
1 #include "config.h"
2
3 void load_config();
4
5 void load_items(){
6         num_items=3;
7         
8 }
9 void load_state(){}
10 void save_state(){}