misc/winutils/include/SDL_name.h
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 00:47:14 +0200
changeset 12330 fc6bb8471882
parent 10017 de822cd3df3a
permissions -rw-r--r--
Update more HWPs: Knockball, Racer, Construction Mode Changes: - New ammo icon for Knockball's baseball bat with ball - New ammo icon for waypoint placement tool in Racer - Remove airplane cursor in Racer and Construction Mode


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */