]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/patchdialog.h
Revert partially (auto) "reformat code! now the code is only ugly on the *inside*"
[xonotic/netradiant.git] / radiant / patchdialog.h
index 692ccfe8cab8f3d87711d57465fe6126b0cf4f17..ca1f6c9eeb0671cb5645c2cf9178298c42210ee3 100644 (file)
 #define INCLUDED_PATCHDIALOG_H
 
 void PatchInspector_Construct();
-
 void PatchInspector_Destroy();
 
-void PatchInspector_constructWindow(ui::Window main_window);
-
+void PatchInspector_constructWindow( ui::Window main_window );
 void PatchInspector_destroyWindow();
 
-namespace scene {
-    class Graph;
+namespace scene
+{
+class Graph;
 }
 
-void Scene_PatchTranslateTexture_Selected(scene::Graph &graph, float s, float t);
-
-void Scene_PatchRotateTexture_Selected(scene::Graph &graph, float angle);
-
-void Scene_PatchScaleTexture_Selected(scene::Graph &graph, float s, float t);
+void Scene_PatchTranslateTexture_Selected( scene::Graph& graph, float s, float t );
+void Scene_PatchRotateTexture_Selected( scene::Graph& graph, float angle );
+void Scene_PatchScaleTexture_Selected( scene::Graph& graph, float s, float t );
 
 
 #endif