Comments
parent
dfa3cc6c5b
commit
720c12ae87
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue