--- nono/lib/bitmap.h 2026/04/29 17:05:12 1.1.1.2 +++ nono/lib/bitmap.h 2026/04/29 17:05:15 1.1.1.3 @@ -21,7 +21,7 @@ class BitmapBase BitmapBase(); BitmapBase(int width_, int height_, int depth_); - void Create(int width_, int height_, int depth_); + bool Create(int width_, int height_, int depth_); public: virtual ~BitmapBase();