added icons and xml to livewp directory in debian rules
[shermanaquarium] / sherman-aquarium / shermans / plasma.h
1 #ifndef PLASMA_H
2 #define PLASMA_H
3
4 void plasma_init(void);
5 void plasma_exit(void);
6 void plasma_end(void);
7 void plasma_start(void);
8 void plasma_update(void);
9
10 #endif