misc/winutils/include/SDL_name.h
author sheepluva
Mon, 23 Mar 2015 02:03:45 +0100
changeset 10868 acb03a9712c3
parent 10017 de822cd3df3a
permissions -rw-r--r--
show correct default if current team is local team


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */