From 06fa20d4496daa11f654a52bc835e2e1d7230474 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Thu, 19 Jul 2018 21:07:29 -0400 Subject: [PATCH] - --- rlint.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 rlint.h diff --git a/rlint.h b/rlint.h new file mode 100644 index 0000000..2d4e959 --- /dev/null +++ b/rlint.h @@ -0,0 +1,19 @@ +#include +#include + +void check_rMenu(Handle h); +void check_rMenuItem(Handle h); +void check_rMenuBar(Handle h); +void check_rItemStruct(Handle h); +void check_rControlList(Handle h); +void check_rControlTemplate(Handle h); +void check_rWindParam1(Handle h); +void check_rStringList(Handle h); + +#define check_rPString 0 +#define check_rIcon 0 +#define check_rWindColor 0 +#define check_rCtlColorTbl 0 + +void error(const char *msg); +void check(ResType type, ResID id, void (*callback)(Handle)); \ No newline at end of file