25#include "../uilib/uilistbox.h"
27class UIMapRotationListBox :
public UIListBox
29 CLASS_PROTOTYPE(UIMapRotationListBox);
32 UIMapRotationListBox();
34 void RefreshRotationList(
Event *ev);
35 void PopulateRotationList();
38class UIMapListBox :
public UIListBox
40 CLASS_PROTOTYPE(UIMapListBox);
45 void RefreshMapList(
Event *ev);
46 void PopulateMapList();
54 void Released(
Event *ev);
62 void Released(
Event *ev);
70 void Released(
Event *ev);
78 void Released(
Event *ev);
86 void Released(
Event *ev);
Definition listener.h:246