source: abuse/branches/pd/abuse/inc/chmorph.hpp @ 483

Last change on this file since 483 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
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.