#ifndef __INTRO_PLASMA__
#define __INTRO_PLASMA__

#include <math.h>

void init_plasma(void);
void move_plasma2(unsigned char *plasbuf);

#endif
