BmpPP/Exec/main.cpp

10 lines
110 B
C++
Raw Normal View History

2022-03-05 16:15:00 +01:00
#include <BMP.h>
using namespace Leonetienne::BmpPP;
int main() {
BMP bmp({800, 600});
return 0;
}