rocksndiamonds-3.0.8
[rocksndiamonds.git] / src / libgame / misc.h
index 0e771902b7dc156e31ef29342f44b5e08cb3438c..af65d4ca98343f432654b389432a3ccfdaaa68cd 100644 (file)
@@ -109,6 +109,7 @@ void Error(int, char *, ...);
 void *checked_malloc(unsigned long);
 void *checked_calloc(unsigned long);
 void *checked_realloc(void *, unsigned long);
+void checked_free(void *);
 
 inline void swap_numbers(int *, int *);
 inline void swap_number_pairs(int *, int *, int *, int *);