#ifndef LAZYLOADEDIMAGE_H #define LAZYLOADEDIMAGE_H class LazyLoadedImage { public: LazyLoadedImage(); }; #endif // LAZYLOADEDIMAGE_H