scyther/src/intruderknowledge.h

10 lines
154 B
C
Raw Normal View History

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