scyther/src/output.h

13 lines
206 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);
void graphInit (System sys);
void graphDone (System sys);
void graphNode (System sys);
2004-04-23 11:58:43 +01:00
#endif