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:
divverent 2010-01-04 10:41:38 +00:00
parent b9b9429a0a
commit 2bb8b590a4

View File

@ -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;
};