compile with gcc gcc -o split_screen_example.exe split_screen_example.c $(pkg-config --cflags --libs raylib) -lGL -lm -lpthread -ldl -lrt -lX11
GameC