BrickEntry Struct Reference


Data Fields

short int x
short int y
short int z
short int posX
short int posY
short int index
unsigned char shape
unsigned char sound

Detailed Description

Brick entry data

Definition at line 79 of file grid.c.


Field Documentation

short int BrickEntry::x

Brick X position in screen

Definition at line 82 of file grid.c.

Referenced by draw_column_grid(), and draw_over_sprite_actor().

short int BrickEntry::y

Brick Y position in screen

Definition at line 84 of file grid.c.

Referenced by draw_column_grid(), and draw_over_sprite_actor().

short int BrickEntry::z

Brick Z position in screen

Definition at line 86 of file grid.c.

Referenced by draw_column_grid(), and draw_over_sprite_actor().

short int BrickEntry::posX

Brick pixel X position

Definition at line 88 of file grid.c.

Referenced by draw_column_grid().

short int BrickEntry::posY

Brick pixel Y position

Definition at line 90 of file grid.c.

Referenced by draw_column_grid(), and draw_over_sprite_actor().

short int BrickEntry::index

Brick index

Definition at line 92 of file grid.c.

Referenced by draw_column_grid(), and draw_over_sprite_actor().

unsigned char BrickEntry::shape

Brick shape type

Definition at line 94 of file grid.c.

Referenced by draw_column_grid().

unsigned char BrickEntry::sound

Brick sound type

Definition at line 96 of file grid.c.

Referenced by draw_column_grid().


The documentation for this struct was generated from the following file:

Generated on Thu Sep 18 14:14:49 2008 for Prequengine by  doxygen 1.5.5