0ad/source/sced/ui/UIGlobals.h
notpete e555221221 Moved UI specific code to it's own directory.
This was SVN commit r331.
2004-05-31 20:37:59 +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