19 #ifndef OPENXCOM_TESTSTATE_H
20 #define OPENXCOM_TESTSTATE_H
22 #include "../Engine/State.h"
59 SDL_Surface *testSurface();
Text button with a list dropdown when pressed.
Definition: ComboBox.h:39
The core of the game engine, manages the game's entire contents and structure.
Definition: Game.h:45
Number digits displayed on the screen.
Definition: NumberText.h:32
Horizontal slider control to select from a range of values.
Definition: Slider.h:37
A game state that receives user input and reacts accordingly.
Definition: State.h:45
Container of a set of surfaces.
Definition: SurfaceSet.h:39
A state purely for testing game functionality.
Definition: TestState.h:46
TestState(Game *game)
Creates the Test state.
Definition: TestState.cpp:47
~TestState()
Cleans up the Test state.
Definition: TestState.cpp:121
void blit()
Blits the state to the screen.
Definition: TestState.cpp:136
void think()
Runs state functionality every cycle.
Definition: TestState.cpp:126
Coloured button with a text label.
Definition: TextButton.h:41
Text string displayed on screen.
Definition: Text.h:42
List of Text's split into columns.
Definition: TextList.h:43
Box with a coloured border and custom background.
Definition: Window.h:43
COPYING:
Definition: BaseInfoState.cpp:41