diff options
Diffstat (limited to 'source/Concept/Framework/stdafx.h')
-rw-r--r-- | source/Concept/Framework/stdafx.h | 12 |
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 |