Comments
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
#include "bitmap.hpp"
|
||||
|
||||
|
||||
// Simple bitmap library.
|
||||
// Used to debug music visualizer.
|
||||
|
||||
Bitmap::Bitmap(size_t w, size_t h) {
|
||||
this->width = w;
|
||||
this->height = h;
|
||||
|
Reference in New Issue
Block a user