20 lines
401 B
C
20 lines
401 B
C
#ifndef _VBCCINLINE_CHECKBOX_H
|
|
#define _VBCCINLINE_CHECKBOX_H
|
|
|
|
#ifndef EXEC_TYPES_H
|
|
#include <exec/types.h>
|
|
#endif
|
|
#ifndef EMUL_EMULREGS_H
|
|
#include <emul/emulregs.h>
|
|
#endif
|
|
|
|
Class * __CHECKBOX_GetClass(void *) =
|
|
"\tlwz\t11,100(2)\n"
|
|
"\tstw\t3,56(2)\n"
|
|
"\tmtctr\t11\n"
|
|
"\tli\t3,-30\n"
|
|
"\tbctrl";
|
|
#define CHECKBOX_GetClass() __CHECKBOX_GetClass(CheckBoxBase)
|
|
|
|
#endif /* _VBCCINLINE_CHECKBOX_H */
|