scyther/src/output.h
2004-04-23 10:58:43 +00:00

10 lines
119 B
C

#ifndef OUTPUT
#define OUTPUT
#include "runs.h"
void tracePrint(System sys);
void attackDisplay(System sys);
#endif