source: abuse/trunk/src/include/scene.hpp @ 39

Last change on this file since 39 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 162 bytes
Line 
1#ifndef __SCENE_HPP_
2#define __SCENE_HPP_
3
4#define MAX_SCROLL_DATA 4096
5#include "fonts.hpp"
6void play_scene(char *script, char *filename, JCFont *font);
7
8#endif
Note: See TracBrowser for help on using the repository browser.