X-Git-Url: https://plomlompom.com/repos/index.html?a=blobdiff_plain;f=src%2Fmisc.h;h=24f36b5ad6ae5d3ab15d089fe2953f428ff6dc01;hb=00a7727e37e2d80ff115f03e7971a92c66edcd96;hp=ddc6be6617c8b691fd06dd57365f5b1afa71b9d4;hpb=3edf207d99f9e6e7e4b6beb9939bb9618e4be597;p=plomrogue diff --git a/src/misc.h b/src/misc.h index ddc6be6..24f36b5 100644 --- a/src/misc.h +++ b/src/misc.h @@ -20,9 +20,6 @@ struct Map; */ extern uint16_t rrand(); -/* Do exit_err() with message: "Trouble in ".parent." with ".child."." */ -extern void exit_trouble(uint8_t test, char * parent, char * child); - /* Wrappers to malloc(), calloc() from function called "f" calling exit_err() * with trouble_msg() error message if necessary. */