File: SDL_name.h

package info (click to toggle)
libsdl2 2.0.2%2Bdfsg1-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56,668 kB
  • ctags: 20,701
  • sloc: ansic: 136,999; sh: 11,033; objc: 3,877; cpp: 2,385; perl: 1,094; makefile: 431; python: 51
file content (11 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11

#ifndef _SDLname_h_
#define _SDLname_h_

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

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */