![]() |
levelz-c 0.1.0
|
#include <block.h>
Public Attributes | |
char * | name |
BlockProperty ** | properties |
int | propertyCount |
int | propertyCapacity |
Represents a block in a game level.
char* Block::name |
The name of the block.
BlockProperty** Block::properties |
The properties of the block.
int Block::propertyCapacity |
The capacity of the properties array.
int Block::propertyCount |
The number of properties in the block.