13 lines
216 B
C
13 lines
216 B
C
|
/*
|
||
|
* laserblast.h
|
||
|
*
|
||
|
* sonoptic 2020
|
||
|
*/
|
||
|
|
||
|
int blast_init(char *host, char *port, int scene, int laser);
|
||
|
int blast_rewind(void);
|
||
|
|
||
|
int blast_addpoint(float fx, float fy, long col);
|
||
|
int blast_flush(int notused);
|
||
|
|