misc/winutils/include/SDL_name.h
author sheepluva
Sun, 01 Mar 2015 16:45:24 +0100 (2015-03-01)
changeset 10841 6b0a839f399e
parent 10017 de822cd3df3a
permissions -rw-r--r--
make team key play well with new cursor

#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */