1 #include <Clockworks/CwGraphics.hpp> 2 3 int main() { 4 CwGraphics Graphics("App"); 5 Graphics.Loop(); 6 Graphics.Clean(); 7 8 return 0; 9 }