misc/winutils/include/SDL_name.h
author sheepluva
Fri, 11 Sep 2015 09:18:08 +0200
changeset 11157 73036e057d32
parent 10017 de822cd3df3a
permissions -rw-r--r--
exclude uMatrix from pas2c build


#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */