]> git.sur5r.net Git - c128-kasse/blobdiff - include/credit_manager.h
update the clock on the main menu via an irq handler
[c128-kasse] / include / credit_manager.h
index dba26c777870bc02bec16040c046f854f10063e3..79a4a57047d5409893a8de82f95e318eeaa0d368 100644 (file)
@@ -1,6 +1,8 @@
-#ifndef CREDIT_MANAGER_H_
-#define CREDIT_MANAGER_H_
+#ifndef CREDIT_MANAGER_H
+#define CREDIT_MANAGER_H
+
 struct credits_t *find_credit(char *name);
 void deposit_credit(char *input);
 void credit_manager(void);
-#endif
+
+#endif /* CREDIT_MANAGER_H */