#include "Objects.h"
#include "PlayerSettings.h"
#include "Logger.h"
#include <pthread.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 |
File: WorldModel.h Project: Robocup Soccer Simulation Team: UvA Trilearn 2001 Authors: Jelle Kok and Remco de Boer Created: 12/02/2001 Last Revision: 06/01/2002 Contents: class declarations of WorldModel. This class contains methods that give information about the current and future state of the world (soccer field).
Definition in file WorldModel.h.
|
Logger instantation that can be used by all classes Definition at line 51 of file WorldModel.h. |