The Battle for Wesnoth  1.19.0-dev
Macros | Functions
sdl2.cpp File Reference
#include <SDL2/SDL.h>
Include dependency graph for sdl2.cpp:

Go to the source code of this file.

Macros

#define STR(x)   STR_(x)
 
#define STR_(x)   #x
 

Functions

int main (int, char **)
 

Macro Definition Documentation

◆ STR

#define STR (   x)    STR_(x)

Definition at line 17 of file sdl2.cpp.

◆ STR_

#define STR_ (   x)    #x

Definition at line 18 of file sdl2.cpp.

Function Documentation

◆ main()

int main ( int  ,
char **   
)