- Iteration seems to work nicely, thank you.

This commit is contained in:
ccremers
2006-07-27 11:55:24 +00:00
parent 4e085f0eb8
commit df1a56c780
5 changed files with 163 additions and 17 deletions

8
src/intruderknowledge.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef INTRUDERKNOWLEDGE
#define INTRUDERKNOWLEDGE
#include "system.h"
void initialIntruderKnowledge (const System sys);
#endif