# | Line 9 | Line 9 | |
---|---|---|
9 | #define _MapSelector_h_ | |
10 | ||
11 | #include "RenegadeConfig.h" | |
12 | + | #include <sys/types.h> |
13 | + | #include <sys/param.h> |
14 | + | #include <unistd.h> |
15 | + | #include <dirent.h> |
16 | #include <gtk/gtk.h> | |
17 | ||
18 | extern RenegadeConfig* config; | |
# | Line 29 | Line 33 | class MapSelector | |
33 | { | |
34 | private: | |
35 | GtkWidget* window; | |
36 | + | GtkWidget* available; |
37 | + | GtkWidget* selected; |
38 | GtkWidget* add; | |
39 | GtkWidget* remove; | |
40 | GtkWidget* up; | |
41 | GtkWidget* down; | |
42 | < | // |
42 | > | void setupAvailable(); |
43 | > | void setupSelected(); |
44 | public: | |
45 | MapSelector(); | |
46 | ~MapSelector() {} |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |