]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/background.h
defaultenv (doesn't work)
[z180-stamp.git] / include / background.h
1 #ifndef BACKGROUND_H
2 #define BACKGROUND_H
3
4 typedef int (*bg_func)(int);
5
6 int bg_register(bg_func f);
7 void bg_shed(void);
8
9 #endif /* BACKGROUND_H */
10