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

11 lines
173 B
C
Raw Normal View History

2007-01-14 18:07:03 +00:00
#include <stdlib.h>
using namespace std;
#include "defines.h"
#include "tools.h"
2007-01-14 18:07:03 +00:00
#include "io_module.h"
#include "sensor.h"
#include "engine.h"
#include "robot.h"