X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Flib%2Fao-verbose.h;h=26c2fe41974ce8e7121518ad8756228238bafd04;hp=45a0559cb9aa4bb56defee59618a3c48155b74ec;hb=d93a65a90f19e4816231e03b1f399af6e3742aee;hpb=14204e3d147ad99cc249ad8de254809180fe5c38 diff --git a/ao-tools/lib/ao-verbose.h b/ao-tools/lib/ao-verbose.h index 45a0559c..26c2fe41 100644 --- a/ao-tools/lib/ao-verbose.h +++ b/ao-tools/lib/ao-verbose.h @@ -24,6 +24,7 @@ uint32_t ao_verbose; #define AO_VERBOSE_EXE 1 +#define AO_VERBOSE_SELF 2 void ao_printf(uint32_t verbose, const char *format, ...);