migrate to new c djstdlib
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#include "VoxelSpace.h"
|
||||
#include "lib/djstdlib/core.h"
|
||||
|
||||
extern uint64 STD_SOMA[];
|
||||
typedef list<uint64> SomaSolution;
|
||||
list<SomaSolution> solve(list<uint64> *reprs_in, int dims[3]);
|
||||
typedef VoxelSpaceReprList SomaSolution;
|
||||
DefineList(SomaSolution, SomaSolution);
|
||||
|
||||
SomaSolutionList solve(uint64 *reprs_in, uint32 reprs_in_length, int dims[3]);
|
||||
void interactive_cmd_line_solve_soma();
|
||||
|
||||
Reference in New Issue
Block a user