scyther/src/arachne.h
2004-08-11 14:09:12 +00:00

11 lines
136 B
C

#ifndef ARACHNE
#define ARACHNE
#include "system.h"
void arachneInit (const System sys);
void arachneDone ();
int arachne ();
#endif