Fixed missing file
Former-commit-id: 1e0868cc05454a3c219676057af04921ffe03837
This commit is contained in:
parent
a88fe446bd
commit
6e20e7095b
|
|
@ -54,6 +54,7 @@ class NAZARA_API NzRenderTarget
|
|||
protected:
|
||||
virtual bool Activate() const = 0;
|
||||
virtual void Desactivate() const;
|
||||
virtual void EnsureTargetUpdated() const = 0;
|
||||
|
||||
void NotifyParametersChange();
|
||||
void NotifySizeChange();
|
||||
|
|
|
|||
Loading…
Reference in New Issue