This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
rc2007-soccer/source/Concept/Framework/stdafx.h

30 lines
633 B
C
Raw Permalink Normal View History

2007-01-14 18:07:03 +00:00
#include <stdlib.h>
#ifdef _MSC_VER // MS VC++
#include <memory.h>
#endif
2007-01-14 18:07:03 +00:00
#include "defines.h"
#include "atmega128io.h"
#include "tools.h"
2007-01-14 18:07:03 +00:00
#include "io_module.h"
#include "display.h"
#include "keyboard.h"
2007-01-14 18:07:03 +00:00
#include "sensor.h"
#include "engine.h"
#include "dribbler.h"
2007-02-15 20:33:05 +00:00
#include "kicker.h"
2007-02-22 13:12:03 +00:00
#include "aktuator.h"
#include "wireless.h"
2007-02-15 20:33:05 +00:00
#include "led.h"
#include "distance_sensor.h"
#include "ir_sensor.h"
#include "mouse_sensor.h"
2007-02-22 23:37:00 +00:00
#include "command_handler.h"
#include "position_tracker.h"
2007-02-26 21:25:01 +00:00
#include "obstacle_tracker.h"
2007-02-18 00:14:00 +00:00
#include "ball_tracker.h"
#include "navigator.h"
2007-02-22 13:12:03 +00:00
#include "logic.h"
#include "robot.h"