scyther/src/arachne.h

12 lines
165 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 ();
int arachne ();
int get_semitrace_length ();
2004-08-11 10:51:17 +01:00
#endif