misc/winutils/include/SDL_name.h
author Case_Of
Tue, 01 May 2018 14:08:28 -0400
changeset 13350 8fc15e73f59f
parent 10017 de822cd3df3a
permissions -rw-r--r--
Update of french frontend localisation


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */