]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/texwindow.h
- Added LocalLcPath to plugin interface
[xonotic/netradiant.git] / radiant / texwindow.h
index dd871b37be278025e3cab7349330f3689ffa31be..c5dbf33cf6eac01b076208ab15328da99bdaa2f0 100644 (file)
@@ -25,23 +25,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 #include "math/vector.h"
 #include "generic/callbackfwd.h"
 #include "signal/signalfwd.h"
+#include "xml/xmltextags.h"
 
-// textures menu
-
-typedef struct _GSList GSList;
 typedef struct _GtkWidget GtkWidget;
-typedef struct _GtkMenu GtkMenu;
-typedef struct _GtkMenuItem GtkMenuItem;
-
-extern GtkMenu* g_textures_menu;
-extern GtkMenuItem* g_textures_menu_separator;
-void TextureGroupsMenu_Construct();
-void TextureGroupsMenu_Destroy();
-void TextureGroupsMenu_ListItems(GSList*& items);
-const char* TextureGroupsMenu_GetName(std::size_t menunum);
-
-
-// texture browser
 
 class TextureBrowser;
 TextureBrowser& GlobalTextureBrowser();