source: abuse/trunk/src/include/chmorph.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: 189 bytes
Line 
1#ifndef __chmorph_hpp_
2#define __chmorph_hpp_
3
4#include "morph.hpp"
5#include "filter.hpp"
6
7extern jmorph *normal_to_pacman;
8extern color_filter *color_table;
9
10void load_morphs();
11
12#endif
13
14
Note: See TracBrowser for help on using the repository browser.