Add cleanup code to LIDAR resampling

This commit is contained in:
Gareth Evans
2017-06-14 20:40:52 +01:00
parent 02bd67f11b
commit ff3bc0c164
3 changed files with 21 additions and 1 deletions

View File

@@ -42,5 +42,6 @@ typedef struct _tile_t{
int tile_load_lidar(tile_t*, char *);
int tile_rescale(tile_t *, float);
void tile_destroy(tile_t *);
#endif