Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include "cmd/unit_generic.h"
#include "loc_select.h"
#include "gfxlib.h"
#include "in_kb.h"
#include "vs_globals.h"
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | DELTA_MOVEMENT |
#define | POSITION_GFXVertex(x, y, z) |
Functions | |
Vector | DeltaPosition (0, 0, 0) |
Variables | |
KBSTATE | keyState [LAST_MODIFIER][KEYMAP_SIZE] |
bool | changed = false |
bool | vert = false |
#define DELTA_MOVEMENT |
Definition at line 27 of file loc_select.cpp.
Definition at line 102 of file loc_select.cpp.
Vector DeltaPosition | ( | 0 | , |
0 | , | ||
0 | |||
) |
Referenced by LocationSelect::Draw(), and LocationSelect::MouseMoveHandle().
bool changed = false |
Definition at line 25 of file loc_select.cpp.
Referenced by LocationSelect::Draw(), getFont(), getFontHeight(), LocationSelect::MouseMoveHandle(), and gfx_light::ResetProperties().
KBSTATE keyState[LAST_MODIFIER][KEYMAP_SIZE] |
bool vert = false |
Definition at line 26 of file loc_select.cpp.
Referenced by LocationSelect::Draw(), gluSphereMap(), Mesh::LoadMeshes(), LocationSelect::MouseMoveHandle(), and GFXSphereVertexList::ProceduralModification().