source:
abuse/tags/pd/macabuse/inc/scene.hpp
@
604
Last change on this file since 604 was 49, checked in by , 15 years ago | |
---|---|
File size: 162 bytes |
Line | |
---|---|
1 | #ifndef __SCENE_HPP_ |
2 | #define __SCENE_HPP_ |
3 | |
4 | #define MAX_SCROLL_DATA 4096 |
5 | #include "fonts.hpp" |
6 | void play_scene(char *script, char *filename, JCFont *font); |
7 | |
8 | #endif |
Note: See TracBrowser
for help on using the repository browser.