mirror of
https://github.com/ksherlock/rlint.git
synced 2024-12-22 02:29:59 +00:00
-
This commit is contained in:
parent
2146dc795d
commit
06fa20d449
19
rlint.h
Normal file
19
rlint.h
Normal file
@ -0,0 +1,19 @@
|
||||
#include <types.h>
|
||||
#include <resources.h>
|
||||
|
||||
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));
|
Loading…
Reference in New Issue
Block a user