|
|
| version 1.1, 2003/11/21 06:51:10 | version 1.3, 2005/02/11 21:17:22 |
|---|---|
| Line 49 typedef struct { | Line 49 typedef struct { |
| UNIRECT rect; | UNIRECT rect; |
| int width; | int width; |
| int height; | int height; |
| UINT bpp; | |
| } MENUBASE; | } MENUBASE; |
| Line 59 extern "C" { | Line 60 extern "C" { |
| extern VRAMHDL menuvram; | extern VRAMHDL menuvram; |
| extern MENUBASE menubase; | extern MENUBASE menubase; |
| BOOL menubase_create(void); | BRESULT menubase_create(void); |
| void menubase_destroy(void); | void menubase_destroy(void); |
| BOOL menubase_open(int num); | BRESULT menubase_open(int num); |
| void menubase_close(void); | void menubase_close(void); |
| BOOL menubase_moving(int x, int y, int btn); | BRESULT menubase_moving(int x, int y, int btn); |
| BOOL menubase_key(UINT key); | BRESULT menubase_key(UINT key); |
| void menubase_setrect(VRAMHDL vram, const RECT_T *rect); | void menubase_setrect(VRAMHDL vram, const RECT_T *rect); |
| void menubase_clrrect(VRAMHDL vram); | void menubase_clrrect(VRAMHDL vram); |