summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/stdafx.h
blob: 218b774a9eff6bf1f3b53b3438143cd6b79394e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdlib.h>

#ifdef _MSC_VER // MS VC++
	#include <memory.h>
#endif

#include "defines.h"
#include "atmega128io.h"
#include "tools.h"
#include "io_module.h"
#include "sensor.h"
#include "engine.h"
#include "kicker.h"
#include "led.h"
#include "distance_sensor.h"
#include "ir_sensor.h"
#include "robot.h"