X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fimage.h;h=9d668255c25ee4188f75c2320f0cdf1233b66d76;hp=b812ae1e3d490e317b4bce5de9712346abca03f9;hb=26c1717925471539b9745cce6275b218a47147cd;hpb=b30241a8a51be904b22459a1d0cc3322e0a505d9 diff --git a/src/image.h b/src/image.h index b812ae1..9d66825 100644 --- a/src/image.h +++ b/src/image.h @@ -1,6 +1,8 @@ #ifndef IMAGE_H_ #define IMAGE_H_ +#include + class Image { public: enum Format { @@ -18,6 +20,8 @@ private: void *pixels; public: + std::string name; + Image(); ~Image();