10 lines
283 B
C
10 lines
283 B
C
#include "VoxelSpace.h"
|
|
#include "lib/djstdlib/core.h"
|
|
|
|
extern uint64 STD_SOMA[];
|
|
typedef VoxelSpaceReprList SomaSolution;
|
|
DefineList(SomaSolution, SomaSolution);
|
|
|
|
SomaSolutionList solve(uint64 *reprs_in, uint32 reprs_in_length, int dims[3]);
|
|
void interactive_cmd_line_solve_soma();
|