~ubuntu-branches/ubuntu/natty/spring/natty

« back to all changes in this revision

Viewing changes to include/SDL/SDL_name.h

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-09-23 18:56:03 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100923185603-st97s5chplo42y7w
Tags: 0.82.5.1+dfsg1-1ubuntu1
* Latest upstream version for online play
* debian/control: Replace (rather than conflict) spring-engine
  - spring-engine will be a dummy package (LP: #612905)
  - also set maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#ifndef _SDLname_h_
 
3
#define _SDLname_h_
 
4
 
 
5
#if defined(__STDC__) || defined(__cplusplus)
 
6
#define NeedFunctionPrototypes 1
 
7
#endif
 
8
 
 
9
#define SDL_NAME(X)     SDL_##X
 
10
 
 
11
#endif /* _SDLname_h_ */