X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=src%2Frexit.h;h=f020485f9d3c21c30bae196344a79fdc4a333bed;hb=d3aa2e286a18a58c97893c6c60c924af6f4e190d;hp=e4c2eb53584476da899e2e87a4e00627da3d928f;hpb=4d9b6ac142740aa337fc3e622902c9595c36f6d0;p=plomrogue diff --git a/src/rexit.h b/src/rexit.h index e4c2eb5..f020485 100644 --- a/src/rexit.h +++ b/src/rexit.h @@ -9,6 +9,7 @@ +#include /* for uint8_t */ struct World; struct Map; @@ -38,7 +39,7 @@ extern void exit_game(struct World * world); * pass the result of functions that return non-zero as an error status and * thereby avoid bloating up the code with if-error-conditionals.) */ -extern void exit_err(unsigned char err, struct World * world, char * msg); +extern void exit_err(uint8_t err, struct World * world, char * msg);