#include "screen.h" int main(int argc, char *argv[]) { ScreenInit(); while (!WindowShouldClose()){ ScreenUpdate(); } ScreenFinish(); return 0; }