X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fimage.h;h=9d668255c25ee4188f75c2320f0cdf1233b66d76;hb=26c1717925471539b9745cce6275b218a47147cd;hp=b812ae1e3d490e317b4bce5de9712346abca03f9;hpb=ccc1a688b59e25bb934a0d3e2bbf477960068d4f;p=laserbrain_demo 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();