Scroll to navigation

SDL_main_func(3type) SDL3 DATATYPES SDL_main_func(3type)

NAME

SDL_main_func - The prototype for the application's main() function

HEADER FILE

Defined in SDL3/SDL_main.h

SYNOPSIS

#include "SDL3/SDL.h"
typedef int (SDLCALL *SDL_main_func)(int argc, char *argv[]);

AVAILABILITY

This datatype is available since SDL 3.0.0.

SDL 3.1.2 Simple Directmedia Layer