Linux build error (Another Voronoi fixup)

.. apologies, working on multiple platforms at once is a pain.

   will refactor the Steven Future code into its own C++ class
   in the next few days.
This commit is contained in:
Mark Liversedge
2021-09-28 23:02:01 +01:00
parent dfdf0c5898
commit d568dd0e06

View File

@@ -105,9 +105,6 @@ extern float xmin, xmax, ymin, ymax ;
extern Site * sites ;
extern Freelist sfl ;
/* getopt.c */
extern int getopt(int, char *const *, const char *);
/* memory.c */
void freeinit(Freelist *, int) ;
char *getfree(Freelist *) ;