added icons and xml to livewp directory in debian rules
[shermanaquarium] / sherman-aquarium / shermans / matrix.h
1 #ifndef MATRIX_H
2 #define MATRIX_H
3
4 void matrix_init(void);
5 void matrix_start(void);
6 void matrix_end(void);
7 void matrix_exit(void);
8 void matrix_update(void);
9
10 #endif
11