X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=radiant%2Fqe3.h;h=c702a2346799f42237ff631c5e9ae9778b37ef0b;hb=9dfae1c9b270ee369c6362903a9205b30751b95f;hp=88ff41aa3b035e4a6fde510a2cf8552b22ccf26e;hpb=7fc621fc78d0e040dc2c12f38dc53dd9048215dc;p=xonotic%2Fnetradiant.git diff --git a/radiant/qe3.h b/radiant/qe3.h index 88ff41aa..c702a234 100644 --- a/radiant/qe3.h +++ b/radiant/qe3.h @@ -27,38 +27,39 @@ // // system functions // -void Sys_SetTitle( const char *text, bool modified ); +void Sys_SetTitle(const char *text, bool modified); -void RunBSP( const char* name ); +void RunBSP(const char *name); void QE_InitVFS(); void QE_brushCountChanged(); + void QE_entityCountChanged(); -bool ConfirmModified( const char* title ); +bool ConfirmModified(const char *title); // most of the QE globals are stored in this structure -typedef struct -{ - /*! - win32: engine full path. - unix: user home full path + engine dir. - */ - CopiedString m_userEnginePath; - /*! - cache for m_userEnginePath + mod subdirectory. - */ - CopiedString m_userGamePath; +typedef struct { + /*! + win32: engine full path. + unix: user home full path + engine dir. + */ + CopiedString m_userEnginePath; + /*! + cache for m_userEnginePath + mod subdirectory. + */ + CopiedString m_userGamePath; } QEGlobals_t; extern QEGlobals_t g_qeglobals; class SimpleCounter; + extern SimpleCounter g_brushCount; extern SimpleCounter g_entityCount;