finished the tile deduplication and tilemap generation in pngdump
[mdlife] / src / parts.h
1 #ifndef PARTS_H_
2 #define PARTS_H_
3
4 void dna_init(void);
5 void dna_update(void);
6
7 #endif  /* PARTS_H_ */