10 lines
119 B
C
10 lines
119 B
C
|
#ifndef OUTPUT
|
||
|
#define OUTPUT
|
||
|
|
||
|
#include "runs.h"
|
||
|
|
||
|
void tracePrint(System sys);
|
||
|
void attackDisplay(System sys);
|
||
|
|
||
|
#endif
|