starting part_dna
[mdlife] / src / demo.h
1 #ifndef DEMO_H_
2 #define DEMO_H_
3
4 #include <stdint.h>
5
6 extern uint32_t frameno;
7
8 void dna_init(void);
9 void dna_update(void);
10
11 #endif  /* DEMO_H_ */