sync bkgrnd2d with ZeroRadiant (const only)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@410 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
b9b9429a0a
commit
2bb8b590a4
|
|
@ -97,9 +97,9 @@ void DoBkgrndToggleYZ();
|
|||
#define NUM_TOOLBAR_BUTTONS 4
|
||||
struct toolbar_button_info_s
|
||||
{
|
||||
char *image;
|
||||
char *text;
|
||||
char *tip;
|
||||
const char *image;
|
||||
const char *text;
|
||||
const char *tip;
|
||||
void (*func)();
|
||||
IToolbarButton::EType type;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user