summaryrefslogtreecommitdiffstats
path: root/source/Concept/Framework/stdafx.h
blob: a4054e32293137151921ed29522d7b061640f613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#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 "display.h"
#include "keyboard.h"
#include "sensor.h"
#include "engine.h"
#include "dribbler.h"
#include "kicker.h"
#include "aktuator.h"
#include "wireless.h"
#include "led.h"
#include "distance_sensor.h"
#include "ir_sensor.h"
#include "mouse_sensor.h"
#include "position_tracker.h"
#include "ball_tracker.h"
#include "navigator.h"
#include "logic.h"
#include "robot.h"