X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fcommon%2Fparse_file.h;fp=src%2Fcommon%2Fparse_file.h;h=5c002fc199e6229457d05d40160ff710797afbae;hb=a3c8dd9de99c7c77ad8218c3767abd4475c3dab6;hp=b10f3f36b284e3efc156565b406daa71e9e7e08d;hpb=39754116c2ce1d6aa1f4cb6c931a33132ef46bfe;p=plomrogue diff --git a/src/common/parse_file.h b/src/common/parse_file.h index b10f3f3..5c002fc 100644 --- a/src/common/parse_file.h +++ b/src/common/parse_file.h @@ -52,6 +52,9 @@ extern uint8_t set_val(char * token0, char * token1, char * comparand, uint8_t * flags, uint8_t set_flag, char type, char * element); +/* Check "ready_flag" is set in "flags", re-set "flags" to "ready_flag" only. */ +extern void finalize_by_readyflag(uint8_t * flags, uint8_t ready_flag); + #endif