X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrlugburz;a=blobdiff_plain;f=tools%2Fdunger%2Fsrc%2Fapp.h;fp=tools%2Fdunger%2Fsrc%2Fapp.h;h=480d7c989a11cf1e0e69dd401ed5465c939b9af8;hp=0000000000000000000000000000000000000000;hb=8de1d701e4e9a45e7ed69ccf1fc298514fed5d8f;hpb=76c3689b01d18e5949e91d0658deb278714f882b diff --git a/tools/dunger/src/app.h b/tools/dunger/src/app.h new file mode 100644 index 0000000..480d7c9 --- /dev/null +++ b/tools/dunger/src/app.h @@ -0,0 +1,11 @@ +#ifndef APP_H_ +#define APP_H_ + +enum { + TOOL_DRAW, + TOOL_PSTART +}; + +int tool; + +#endif