per-line scrolling test
[mdlife] / src / demo.h
1 #ifndef DEMO_H_
2 #define DEMO_H_
3
4 #include <stdint.h>
5
6 extern uint32_t frameno;
7 extern uint16_t bnstate;
8
9 void dna_init(void);
10 void dna_update(void);
11
12 #endif  /* DEMO_H_ */