mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-22 20:02:45 +01:00
add demo volume code
This commit is contained in:
13
demo/volume/include/space.h
Normal file
13
demo/volume/include/space.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* ALGO : PROJ. : Volume
|
||||
* RESEARCH : File : space.h
|
||||
* : Date : 20100531.0725UTC
|
||||
* : Email : mail@algoresearch.net
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
void create_space(SYS_TABLE *sys, int w, int h, int d);
|
||||
void iterative_space (SYS_TABLE *sys);
|
||||
int cell_get(SYS_TABLE *sys, int x, int y, int z);
|
||||
Reference in New Issue
Block a user