#ifndef _LoadResources_
#define _LoadResources_

#include <windows.h>
#include "resourceID.h"

extern UCHAR* LoadCustomResource(int resID, HINSTANCE hInstance);

#endif
