zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
begin_code.h File Reference

Go to the source code of this file.

Macros

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

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. :)

Definition in file begin_code.h.

Macro Definition Documentation

#define __inline__   inline

Definition at line 119 of file begin_code.h.

#define _begin_code_h

Definition at line 34 of file begin_code.h.

#define DECLSPEC

Definition at line 62 of file begin_code.h.

#define NULL   ((void *)0)

Definition at line 151 of file begin_code.h.

#define SDL_DEPRECATED

Definition at line 40 of file begin_code.h.

#define SDL_FORCE_INLINE   static __inline__

Definition at line 141 of file begin_code.h.

#define SDL_INLINE_OKAY

Definition at line 121 of file begin_code.h.

#define SDLCALL

Definition at line 72 of file begin_code.h.

Referenced by SDL_RunAudio(), and SDL_RunThread().