10 lines
182 B
C
10 lines
182 B
C
/*
|
|
* glitches.h
|
|
*/
|
|
|
|
int kill_a_random_line(FloatImg *pvictime, float level, int notused);
|
|
int kill_a_few_lines(FloatImg *who, float fval, int number);
|
|
|
|
|
|
/* this is a wtf file */
|