Changeset 39 for abuse/trunk/src/gui.cpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/gui.cpp
r2 r39 1 1 #include "cache.hpp" 2 2 #include "gui.hpp" 3 #include "dev.hpp" 3 4 #include "loader2.hpp" 4 5 extern char *symbol_str(char *name);6 5 7 6 void ico_button::set_act_id(int id) … … 128 127 } 129 128 130 ico_button::ico_button(int X, int Y, int ID, int Up, int down, int upa, int downa, ifield *Next, int act_id, char *help_key)129 ico_button::ico_button(int X, int Y, int ID, int Up, int down, int upa, int downa, ifield *Next, int act_id, char const *help_key) 131 130 { 132 131 if (help_key)
Note: See TracChangeset
for help on using the changeset viewer.