]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brushmanip.h
- Weird shiftvalues are now hidden to the user, shiftvalues will
[xonotic/netradiant.git] / radiant / brushmanip.h
index 65d95a11eed396b1206bb4925ad655e673e96a25..088a89febd95ba5a97e76f8d38a973c6d5e153e9 100644 (file)
@@ -47,6 +47,7 @@ void Scene_BrushSetTexdef_Selected(scene::Graph& graph, const TextureProjection&
 void Scene_BrushSetTexdef_Component_Selected(scene::Graph& graph, const TextureProjection& projection);
 void Scene_BrushGetTexdef_Selected(scene::Graph& graph, TextureProjection& projection);
 void Scene_BrushGetTexdef_Component_Selected(scene::Graph& graph, TextureProjection& projection);
+void Scene_BrushGetShaderSize_Component_Selected(scene::Graph& graph, size_t& width, size_t& height);
 void Scene_BrushSetFlags_Selected(scene::Graph& graph, const ContentsFlagsValue& flags);
 void Scene_BrushSetFlags_Component_Selected(scene::Graph& graph, const ContentsFlagsValue& flags);
 void Scene_BrushGetFlags_Selected(scene::Graph& graph, ContentsFlagsValue& flags);