]> git.sur5r.net Git - c128-kasse/blob - include/credit_manager.h
Store maximum item name's length in MAX_ITEM_NAME_LENGTH to increase it easily
[c128-kasse] / include / credit_manager.h
1 #ifndef CREDIT_MANAGER_H_
2 #define CREDIT_MANAGER_H_
3 struct credits_t *find_credit(char *name);
4 void credit_manager();
5 #endif