X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=contrib%2Fprtview%2Fprtview.h;h=472b028af9e77aa01a6605c738ae352bdc61a210;hp=468df3fc30481f61ffda4d8ff442498054bbb916;hb=08d558e1a4d6439b2accaee830e54e8036acdc27;hpb=0819a13b05a9bcdd0ba2f5062be6d1a1a55a4cfc diff --git a/contrib/prtview/prtview.h b/contrib/prtview/prtview.h index 468df3fc..472b028a 100644 --- a/contrib/prtview/prtview.h +++ b/contrib/prtview/prtview.h @@ -17,13 +17,19 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -// PrtView.h : main header file for the PRTVIEW DLL -// +#if !defined(INCLUDED_PRTVIEW_H) +#define INCLUDED_PRTVIEW_H -#if !defined(AFX_PRTVIEW_H__234356A6_1D66_11D4_BFEB_204C4F4F5020__INCLUDED_) -#define AFX_PRTVIEW_H__234356A6_1D66_11D4_BFEB_204C4F4F5020__INCLUDED_ +#define MSG_PREFIX "Portal Viewer plugin: " void InitInstance (); void SaveConfig (); -#endif // !defined(AFX_PRTVIEW_H__234356A6_1D66_11D4_BFEB_204C4F4F5020__INCLUDED_) +int INIGetInt(char *key, int def); +void INISetInt(char *key, int val, char *comment = 0); + +#define IDOK 1 +#define IDCANCEL 2 + + +#endif