#include </home/clem/local/src/opie/noncore/games/sfcave-sdl/flyterrain.h>
Inheritance diagram for FlyTerrain:


Public Member Functions | |
| FlyTerrain (int w, int h) | |
| ~FlyTerrain () | |
| void | drawTerrain (SDL_Surface *screen) |
| int | getScore (int difficulty, int dist) |
| void | displayScoreZones (bool val) |
Protected Member Functions | |
| void | setPoint (int point) |
Protected Attributes | |
| bool | showScoreZones |
Static Protected Attributes | |
| static int | flyScoreZones [][3] |
|
||||||||||||
|
Definition at line 15 of file flyterrain.cpp. References showScoreZones. |
|
|
Definition at line 21 of file flyterrain.cpp. |
|
|
Definition at line 17 of file flyterrain.h. References showScoreZones. |
|
|
Reimplemented from Terrain. Definition at line 49 of file flyterrain.cpp. References Terrain::drawTerrain(), flyScoreZones, g, i, Terrain::mapBottom, MAPSIZE, Terrain::offset, Terrain::segSize, showScoreZones, and Terrain::speed. |
|
||||||||||||
|
Definition at line 88 of file flyterrain.cpp. References flyScoreZones, and i. |
|
|
Reimplemented from Terrain. Definition at line 25 of file flyterrain.cpp. References Terrain::dir, Terrain::mapBottom, Terrain::maxHeight, nextInt, and Terrain::sHeight. |
|
|
Initial value: { { 0, 20, 5 },
{ 20, 30, 2 },
{ 30, 40, 0 },
{ 40, 100, -1 },
{ 100, 300, -2 },
{ -1, -1, -1 } }
Definition at line 8 of file flyterrain.cpp. Referenced by drawTerrain(), and getScore(). |
|
|
Definition at line 20 of file flyterrain.h. Referenced by displayScoreZones(), drawTerrain(), and FlyTerrain(). |
1.4.2