Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SDL_name.h « SDL2 « include « sdlew « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 49e800a4ed96bbc8c990282547b46c703c72fa7c (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X) SDL_##X

#endif