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

17 lines
302 B
C
Raw 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 "tools.h"
2007-01-14 18:07:03 +00:00
#include "io_module.h"
#include "sensor.h"
#include "engine.h"
2007-02-15 20:33:05 +00:00
#include "kicker.h"
#include "led.h"
#include "distance_sensor.h"
#include "ir_sensor.h"
#include "robot.h"