source: abuse/trunk/src/chmorph.cpp @ 11

Last change on this file since 11 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 245 bytes
Line 
1#include "chmorph.hpp"
2
3jmorph *normal_to_pacman;
4color_filter *color_table;
5
6void load_morphs()
7{
8  FILE *fp=fopen("n2pac.mph","rb");
9  CONDITION(fp,"unable to open morph file n2pac.mph");
10 
11  spec_directory sd(fp);
12  sd.find("
13
14}
15
16 
17
18
19
20
21
22
23
Note: See TracBrowser for help on using the repository browser.