#include using namespace wkgl; WPARAM main() { //Construct the window Window win( "Hello World" ); //Make the window ready to display win.show(); //Begin actual program return win.beginMessageLoop(); }