source:
abuse/trunk/src/chmorph.cpp
@
11
Last change on this file since 11 was 2, checked in by , 17 years ago | |
---|---|
File size: 245 bytes |
Line | |
---|---|
1 | #include "chmorph.hpp" |
2 | |
3 | jmorph *normal_to_pacman; |
4 | color_filter *color_table; |
5 | |
6 | void 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.