Reorganize code into library for reuse
This commit is contained in:
8
lib/prim.h
Normal file
8
lib/prim.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _PRIM_H
|
||||
#define _PRIM_H 1
|
||||
|
||||
#include "grid.h"
|
||||
|
||||
void prim(mazegrid_t const* grid, mazegrid_t* result);
|
||||
|
||||
#endif // !def(_PRIM_H)
|
||||
Reference in New Issue
Block a user