#include #include "sldj.h" int main() { Sldj sldj; initSldj(&sldj); while (!WindowShouldClose()) { updateSldj(&sldj); } closeSldj(&sldj); return 0; }