]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/gtkdlgs.h
Merge commit 'af4e2d29cfd3a54b44eb09e4289f3fa3f29412c9' into garux-merge
[xonotic/netradiant.git] / radiant / gtkdlgs.h
index fa8ac8891f25be2a09d50f27d30dc82e988366b3..78646534e04531ac1306a03a693306235c435a9c 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, int length );
 
 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