scyther/src/arachne.h

11 lines
168 B
C
Raw Normal View History

2004-08-11 10:51:17 +01:00
#ifndef ARACHNE
#define ARACHNE
#include "system.h"
void arachneInit (const System sys);
void arachneDone (const System sys);
2004-08-11 10:51:17 +01:00
int arachne (const System sys);
#endif