misc/winutils/include/SDL_name.h
author sheepluva
Sun, 02 Oct 2016 18:29:55 +0200
changeset 11865 047be82b6f67
parent 10017 de822cd3df3a
permissions -rw-r--r--
fix for bug #91 - Make DELEGATE action available in frontend


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */