e902aaa260
the 'knows' keyword.
10 lines
154 B
C
10 lines
154 B
C
#ifndef INTRUDERKNOWLEDGE
|
|
#define INTRUDERKNOWLEDGE
|
|
|
|
#include "system.h"
|
|
#include "switches.h"
|
|
|
|
void initialIntruderKnowledge (const System sys);
|
|
|
|
#endif
|