19 #ifndef OPENXCOM_MEDIKITVIEW_H
20 #define OPENXCOM_MEDIKITVIEW_H
22 #include "../Engine/InteractiveSurface.h"
40 Text *_partTxt, *_woundTxt;
Container for all the information associated with a given user action, like mouse clicks...
Definition: Action.h:34
MedikitView(int w, int h, int x, int y, Game *game, BattleUnit *unit, Text *partTxt, Text *woundTxt)
Creates the MedikitView.
Definition: MedikitView.cpp:56
A game state that receives user input and reacts accordingly.
Definition: State.h:44
Surface that the user can interact with.
Definition: InteractiveSurface.h:39
Text string displayed on screen.
Definition: Text.h:41
void draw()
Draws the body view.
Definition: MedikitView.cpp:65
Display a view of unit wounds.
Definition: MedikitView.h:33
void updateSelectedPart()
Updates the seleted body part.
Definition: MedikitView.cpp:129
The core of the game engine, manages the game's entire contents and structure.
Definition: Game.h:44
Represents a moving unit in the battlescape, player controlled or AI controlled it holds info about i...
Definition: BattleUnit.h:58
int getSelectedPart() const
Gets the selected body part.
Definition: MedikitView.cpp:119