diff options
Diffstat (limited to 'rotord/Pixels.h')
| -rw-r--r-- | rotord/Pixels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/Pixels.h b/rotord/Pixels.h index 84942af..b6f5865 100644 --- a/rotord/Pixels.h +++ b/rotord/Pixels.h @@ -4,6 +4,7 @@ class Pixels{ public: + Pixels(); ~Pixels(); void allocate(int w, int h, int channels); bool isAllocated() const; |
