2020-10-10 05:58:37 +11:00
|
|
|
/*
|
|
|
|
* laserblast.h
|
|
|
|
*
|
|
|
|
* sonoptic 2020
|
|
|
|
*/
|
|
|
|
|
|
|
|
int blast_init(char *host, char *port, int scene, int laser);
|
|
|
|
int blast_rewind(void);
|
2020-10-17 09:53:45 +11:00
|
|
|
int blast_setscale(int width, int height);
|
2020-10-10 05:58:37 +11:00
|
|
|
|
|
|
|
int blast_addpoint(float fx, float fy, long col);
|
|
|
|
int blast_flush(int notused);
|
|
|
|
|
2020-11-02 18:41:33 +11:00
|
|
|
int blast_NOP(int reason);
|