]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/prtview/prtview.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / contrib / prtview / prtview.h
index 2253474df92e7b28e2484a0bbe5df43ac25e34c3..6b0487826aff3b6b7834b80e9c5488c3e3c21d23 100644 (file)
 #define MSG_PREFIX "Portal Viewer plugin: "
 
 void InitInstance();
-
 void SaveConfig();
 
-int INIGetInt(const char *key, int def);
-
-void INISetInt(const char *key, int val, const char *comment = 0);
+int INIGetInt( const char *key, int def );
+void INISetInt( const char *key, int val, const char *comment = 0 );
 
-const int IDOK = 1;
-const int IDCANCEL = 2;
+const int IDOK                = 1;
+const int IDCANCEL            = 2;
 
 
 #endif