#include <gdk/gdk.h>#include "String.h"Include dependency graph for Structs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | stat_t |
| struct | rotation_t |
| struct | start_tournament_info_t |
| struct | pixmap_t |
Enumerations | |
| enum | rotation_mode_t { NORMAL_ROT, SWEEP_LEFT, SWEEP_RIGHT, ROTATE_TO_RIGHT, ROTATE_TO_LEFT } |
| enum | state_t { NO_STATE, NOT_STARTED, STARTING_ROBOTS, GAME_IN_PROGRESS, PAUSING_BETWEEN_GAMES, PAUSED, BEFORE_GAME_START, SHUTTING_DOWN_ROBOTS, FINISHED, EXITING } |
|
|
Definition at line 43 of file Structs.h. Referenced by Robot::get_messages(). 00043 { NORMAL_ROT, SWEEP_LEFT, SWEEP_RIGHT, ROTATE_TO_RIGHT, ROTATE_TO_LEFT };
|
|
|
Definition at line 60 of file Structs.h. Referenced by ArenaBase::get_state(). 00060 { NO_STATE, NOT_STARTED, STARTING_ROBOTS, GAME_IN_PROGRESS,
00061 PAUSING_BETWEEN_GAMES, PAUSED, BEFORE_GAME_START,
00062 SHUTTING_DOWN_ROBOTS, FINISHED, EXITING };
|
1.3.9.1