scyther/src/intruderknowledge.h
2006-07-31 11:08:51 +00:00

10 lines
154 B
C

#ifndef INTRUDERKNOWLEDGE
#define INTRUDERKNOWLEDGE
#include "system.h"
#include "switches.h"
void initialIntruderKnowledge (const System sys);
#endif