Voxellancer
0.3
A game about voxels in space
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Pages
specialvoxel.h
1
#pragma once
2
3
#include "voxel/voxel.h"
4
5
6
class
SpecialVoxel
:
public
Voxel
{
7
public
:
8
SpecialVoxel
(
const
glm::ivec3& gridCell,
int
index, uint32_t color,
float
mass,
float
hp);
9
10
int
index()
const
;
11
12
13
protected
:
14
int
m_index;
15
};
16
SpecialVoxel
Definition:
specialvoxel.h:6
Voxel
Definition:
voxel.h:15
src
voxel
specialvoxel.h
Generated on Sun Mar 30 2014 13:32:32 for Voxellancer by
1.8.6