Fixed missing file

Former-commit-id: 1e0868cc05454a3c219676057af04921ffe03837
This commit is contained in:
Lynix 2013-10-09 10:10:32 +02:00
parent a88fe446bd
commit 6e20e7095b
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class NAZARA_API NzRenderTarget
protected: protected:
virtual bool Activate() const = 0; virtual bool Activate() const = 0;
virtual void Desactivate() const; virtual void Desactivate() const;
virtual void EnsureTargetUpdated() const = 0;
void NotifyParametersChange(); void NotifyParametersChange();
void NotifySizeChange(); void NotifySizeChange();