X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=include%2Fishaders.h;h=e1ce6261fbcf92da9c55d9e26bbf5e96bb6ff5f5;hb=6d24aa4bb9fbff32bb6fb5ff019eb0ddded91c55;hp=f588c287440e2e1c91355920729e98ca86ae76a9;hpb=fda16399685b08c509b0bcb559a082ed90c527a7;p=xonotic%2Fnetradiant.git diff --git a/include/ishaders.h b/include/ishaders.h index f588c287..e1ce6261 100644 --- a/include/ishaders.h +++ b/include/ishaders.h @@ -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)