scyther/src/output.h

10 lines
119 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#ifndef OUTPUT
#define OUTPUT
#include "runs.h"
void tracePrint(System sys);
void attackDisplay(System sys);
#endif