|
VOX
A little voxel engine
|
Functions | |
| int | myIntFunction (int param1, void *param2) |
| a simple function More... | |
| int myIntFunction | ( | int | param1, |
| void * | param2 | ||
| ) |
a simple function
| param1 | an int, MUST always be 42 |
| param2 | a void * actually it is not used anymore set it to NULL |