misc/winutils/include/SDL_name.h
author sheepluva
Fri, 16 Sep 2016 00:22:05 +0200
changeset 11853 6a0d6b00dac8
parent 10017 de822cd3df3a
permissions -rw-r--r--
Highlander: give visual and acustic feedback when weapons are collected from a kill, similar to collecting a crate


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */