X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fpatchdialog.h;h=ca1f6c9eeb0671cb5645c2cf9178298c42210ee3;hb=f1fdd4e7e3dbb6d7d236912e4a26b3df15c0bd17;hp=692ccfe8cab8f3d87711d57465fe6126b0cf4f17;hpb=02a51890a3d97a0e937fbb11071cf7c41cc00aa9;p=xonotic%2Fnetradiant.git diff --git a/radiant/patchdialog.h b/radiant/patchdialog.h index 692ccfe8..ca1f6c9e 100644 --- a/radiant/patchdialog.h +++ b/radiant/patchdialog.h @@ -25,22 +25,19 @@ #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