space.h 337 B

12345678910111213
  1. /*
  2. * ALGO : PROJ. : Volume
  3. * RESEARCH : File : space.h
  4. * : Date : 20100531.0725UTC
  5. * : Email : mail@algoresearch.net
  6. */
  7. #include <stdlib.h>
  8. #include <unistd.h>
  9. void create_space(SYS_TABLE *sys, int w, int h, int d);
  10. void iterative_space (SYS_TABLE *sys);
  11. int cell_get(SYS_TABLE *sys, int x, int y, int z);