]> git.sur5r.net Git - c128-kasse/blob - include/credit_manager.h
README: remove emulator configuration, we use -config vicerc
[c128-kasse] / include / credit_manager.h
1 #ifndef CREDIT_MANAGER_H
2 #define CREDIT_MANAGER_H
3
4 struct credits_t *find_credit(char *name);
5 void deposit_credit(char *input);
6 void credit_manager(void);
7
8 #endif /* CREDIT_MANAGER_H */