root/lazylists/test.h
| Revision 46, 226 bytes (checked in by thesz, 9 months ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #ifndef _test_h |
| 2 | #define _test_h |
| 3 | |
| 4 | void test_init(void); |
| 5 | |
| 6 | void test_timestep(int milliseconds); |
| 7 | |
| 8 | void test_redraw(void); |
| 9 | |
| 10 | void test_reshape(int _width,int _height); |
| 11 | |
| 12 | int test_action(int key); |
| 13 | |
| 14 | #endif /* _test_h */ |
Note: See TracBrowser for help on using the browser.
