1
0
forked from 0ad/0ad
0ad/source/tools/sced/ui/UIGlobals.h
Ykkrosh ec3452679c Restructuring
This was SVN commit r1453.
2004-12-05 17:59:29 +00:00

19 lines
584 B
C
Executable File

#ifndef _UIGLOBALS_H
#define _UIGLOBALS_H
///////////////////////////////////////////////////////////////////////////////
// UIGlobals.h: miscellaneous functions for interface the editor to "UI"
// elements
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
//
// GetVersionString: fill version string into given buffer
extern void GetVersionString(char* buf);
// ErrorBox: show an error message box with given string
extern void ErrorBox(const char* errstr);
#endif