scyther/src/intruderknowledge.h

9 lines
132 B
C
Raw Normal View History

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