source:
abuse/trunk/src/include/scene.hpp
@
19
Last change on this file since 19 was 2, checked in by , 17 years ago | |
---|---|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[2] | 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.