Project setup, and high-level class
This commit is contained in:
9
Exec/main.cpp
Normal file
9
Exec/main.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <BMP.h>
|
||||
|
||||
using namespace Leonetienne::BmpPP;
|
||||
|
||||
int main() {
|
||||
BMP bmp({800, 600});
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user