X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_tool.h;fp=vg_tool.h;h=aa7a8502ebf86b715b1296598f84640515442c19;hp=0000000000000000000000000000000000000000;hb=3b14f3dcd5bf9dd3c85144f2123d667bfa4bb63f;hpb=fce86711735b15bff37de0f70716808410fcf269 diff --git a/vg_tool.h b/vg_tool.h new file mode 100644 index 0000000..aa7a850 --- /dev/null +++ b/vg_tool.h @@ -0,0 +1,3 @@ +#pragma once +#include "vg_log.h" +void vg_fatal_error( const char *fmt, ... );