Aunkhan45
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Aunkhan45 created a post, SDL3 with C not generating window
Why is the window not showing even though there aren't any errors in my code#define SDL_MAIN_USE_CALLBACKS#include <stdio.h>#include <SDL3/SDL.h>#include <SDL3/SDL_main.h> // For SDL_main on some p...