X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fmisc.h;h=1e6692e24d3b8eee26114fe2b4cbace2d95f21d5;hb=db89d31c2a430be3b7c3eb19b779c9347efa9ba5;hp=7b36d47ac54d120c5a3db4c805233e8708fbd0d9;hpb=95ff39b11bc3c268d8206193bad1433ac9526c94;p=rocksndiamonds.git diff --git a/src/libgame/misc.h b/src/libgame/misc.h index 7b36d47a..1e6692e2 100644 --- a/src/libgame/misc.h +++ b/src/libgame/misc.h @@ -117,8 +117,8 @@ 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 *); +void swap_numbers(int *, int *); +void swap_number_pairs(int *, int *, int *, int *); int getFile8BitInteger(FILE *); int putFile8BitInteger(FILE *, int);