My Project
Macros
begin_code.h File Reference

Go to the source code of this file.

Macros

#define _begin_code_h
 
#define SDL_DEPRECATED
 
#define SDL_UNUSED
 
#define DECLSPEC
 
#define SDLCALL
 
#define SDL_INLINE   inline
 
#define __inline__   inline
 
#define SDL_FORCE_INLINE   static SDL_INLINE
 
#define NULL   ((void *)0)
 

Detailed Description

This file sets things up for C dynamic library function definitions, static inlined functions, and structures aligned at 4-byte alignment. If you don't like ugly C preprocessor code, don't look at this file. :)