#include "Objects.h"
#include "PlayerSettings.h"
#include "Logger.h"
#include "Formations.h"
#include <list>
#include <pthread.h>
#include <sys/time.h>
Include dependency graph for WorldModel.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | WorldModel |
Variables | |
Logger | Log |
Logger | LogDraw |
File: WorldModel.h Project: Robocup Soccer Simulation Team: UvA Trilearn Authors: Jelle Kok Created: 12/02/2001 Last Revision: $ID$ Contents: class declarations of WorldModel. This class contains methods that give information about the current and future state of the world (soccer field).
Changes
Date Author Comment 12/02/2001 Jelle Kok Initial version created
Definition in file WorldModel.h.
|
Logger instantation that can be used by all classes Definition at line 65 of file WorldModel.h. |
|
Drawing logger instantation for all classes Definition at line 66 of file WorldModel.h. |