]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / radiant / gtkdlgs.h
index 0dad793a95552463b4fafb7a11df2530765b7ff1..fa8ac8891f25be2a09d50f27d30dc82e988366b3 100644 (file)
 #include "qerplugin.h"
 #include "string/string.h"
 
-EMessageBoxReturn DoLightIntensityDlg( int *intensity );
-EMessageBoxReturn DoShaderTagDlg( CopiedString *tag, const char* title );
-EMessageBoxReturn DoShaderInfoDlg( const char* name, const char* filename, const char* title );
-EMessageBoxReturn DoTextureLayout( float *fx, float *fy );
-void DoTextEditor( const char* filename, int cursorpos );
+EMessageBoxReturn DoLightIntensityDlg(int *intensity);
+
+EMessageBoxReturn DoShaderTagDlg(CopiedString *tag, const char *title);
+
+EMessageBoxReturn DoShaderInfoDlg(const char *name, const char *filename, const char *title);
+
+EMessageBoxReturn DoTextureLayout(float *fx, float *fy);
+
+void DoTextEditor(const char *filename, int cursorpos);
 
 void DoProjectSettings();
 
 void DoFind();
-void DoSides( int type, int axis );
+
+void DoSides(int type, int axis);
+
 void DoAbout();
 
 
 #if GDEF_OS_WINDOWS
 extern bool g_TextEditor_useWin32Editor;
 #else
+
 #include "string/stringfwd.h"
+
 extern bool g_TextEditor_useCustomEditor;
 extern CopiedString g_TextEditor_editorCommand;
 #endif