#ifndef __INC_INFERNO_H
#define __INC_INFERNO_H

#ifdef __cplusplus
extern "C" {
#endif

int WINAPI InfProcessHRC(HRC hrc, int yDev);

#ifdef __cplusplus
}
#endif

#endif
