]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/ishaders.h
radiant/texwindow: only show per-wad textures, update texture window title with wad...
[xonotic/netradiant.git] / include / ishaders.h
index f588c287440e2e1c91355920729e98ca86ae76a9..e1ce6261fbcf92da9c55d9e26bbf5e96bb6ff5f5 100644 (file)
@@ -108,6 +108,8 @@ virtual qtexture_t* getBump() const = 0;
 virtual qtexture_t* getSpecular() const = 0;
 // get shader name
 virtual const char* getName() const = 0;
+virtual const char* getWadName() const = 0;
+virtual void setWadName( const char* name ) = 0;
 virtual bool IsInUse() const = 0;
 virtual void SetInUse( bool bInUse ) = 0;
 // get the editor flags (QER_NOCARVE QER_TRANS)