#include int main (int argc, char *argv[] ){ test(); BarinkWindow GameWindow(800, 600); GameWindow.EnterLoop(); }