misc/winutils/include/SDL_name.h
author Wuzzy <Wuzzy2@mail.ru>
Thu, 26 Oct 2017 07:53:13 +0200
changeset 12778 f1b3e33b0a0a
parent 10017 de822cd3df3a
permissions -rw-r--r--
Change SD music for Halloween and Hoggywood themes (old tracks) Rationale: - Halloween: hell music is the logical continuation, default SD music just ruins the atmosphere - Hoggywood: default SD music fits better here; the hell music was historically chosen when there wasn't a generic music yet


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */