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
2007-02-15 20:33:05 +00:00

16 lines
302 B
C

#include <stdlib.h>
#ifdef _MSC_VER // MS VC++
#include <memory.h>
#endif
#include "defines.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"