summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/stdafx.h
diff options
context:
space:
mode:
authorsicarius <devnull@localhost>2007-01-16 17:10:05 +0100
committersicarius <devnull@localhost>2007-01-16 17:10:05 +0100
commit79115386afc1dee957f77e9a82b5b9b2c5f347e6 (patch)
tree6b9f8dd15eb4032d569c026750095ba00a7479e5 /source/Concept/Framework/stdafx.h
parent3b12c56f1b11be4aa538638baffa0b298440c57f (diff)
downloadrc2007-soccer-79115386afc1dee957f77e9a82b5b9b2c5f347e6.tar
rc2007-soccer-79115386afc1dee957f77e9a82b5b9b2c5f347e6.zip
Changed some things in Concept directory
Diffstat (limited to 'source/Concept/Framework/stdafx.h')
-rw-r--r--source/Concept/Framework/stdafx.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/Concept/Framework/stdafx.h b/source/Concept/Framework/stdafx.h
new file mode 100644
index 0000000..0a5a81e
--- /dev/null
+++ b/source/Concept/Framework/stdafx.h
@@ -0,0 +1,12 @@
+#include <iostream>
+#include <stdlib.h>
+#include <string>
+#include <hash_map>
+
+using namespace std;
+
+#include "defines.h"
+#include "io_module.h"
+#include "sensor.h"
+#include "engine.h"
+#include "robot.h" \ No newline at end of file