Edit

kc3-lang/SDL/include/SDL_name.h

Branch :

  • Show log

    Commit

  • Author : Gabriel Jacobo
    Date : 2013-11-29 10:06:08
    Hash : f848adff
    Message : Improve Android pause/resume behavior.

  • include/SDL_name.h
  • #ifndef _SDLname_h_
    #define _SDLname_h_
    
    #if defined(__STDC__) || defined(__cplusplus)
    #define NeedFunctionPrototypes 1
    #endif
    
    #define SDL_NAME(X) SDL_##X
    
    #endif /* _SDLname_h_ */