22 #ifndef AGS_ENGINE_GUI_MY_LABEL_H 23 #define AGS_ENGINE_GUI_MY_LABEL_H 25 #include "ags/engine/gui/new_control.h" 31 MyLabel(
int xx,
int yy,
int wii,
const char *tee);
35 int pressedon(
int mx,
int my)
override;
37 int processmessage(
int mcode,
int wParam,
NumberPtr lParam)
override;
Definition: allegro_bitmap.h:44
Definition: my_label.h:29
Definition: new_control.h:31