antistd.h File Reference

#include <SDL/SDL.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glext.h>
#include "png.h"
#include "jpeglib.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <stdarg.h>
#include <setjmp.h>
#include <time.h>
#include <sys/time.h>
#include "libmala/fmath.h"
#include "libmala/vector.h"
#include "libmala/matrix.h"
#include "libmala/quaternion.h"
#include "libmala/plane.h"
#include "debug.h"
#include "antiutil.h"

Include dependency graph for antistd.h:

This graph shows which files directly or indirectly include this file:


Defines

#define _ANTI_SDL
#define _ANTI_DEBUG
#define _ANTI_MALLOC(a, b)   ASSERTPTR((a*)malloc(b*sizeof(a)),"malloc failed\n")
#define _ANTI_CALLOC(a, b)   ASSERTPTR((a*)calloc(b*sizeof(a)),"calloc failed\n")
#define _ANTI_REALLOC(a, b, c)   ASSERTPTR((a*)realloc(c,b*sizeof(a)),"realloc failed\n")
#define _ANTI_FREE(a)   free(a)
#define _ANTI_START(a)
#define _ANTI_END()
#define _ANTI_STARTF()
#define _ANTI_ENDF()
#define _ANTI_LOG(args...)

Typedefs

typedef unsigned int uint
typedef unsigned short ushort
typedef unsigned char byte

Define Documentation

#define _ANTI_CALLOC ( a,
 )     ASSERTPTR((a*)calloc(b*sizeof(a)),"calloc failed\n")

#define _ANTI_DEBUG

 
#define _ANTI_END (  ) 

 
#define _ANTI_ENDF (  ) 

#define _ANTI_FREE (  )     free(a)

#define _ANTI_LOG ( args...   ) 

#define _ANTI_MALLOC ( a,
 )     ASSERTPTR((a*)malloc(b*sizeof(a)),"malloc failed\n")

#define _ANTI_REALLOC ( a,
b,
 )     ASSERTPTR((a*)realloc(c,b*sizeof(a)),"realloc failed\n")

#define _ANTI_SDL

#define _ANTI_START (  ) 

 
#define _ANTI_STARTF (  ) 


Typedef Documentation

typedef unsigned char byte

typedef unsigned int uint

typedef unsigned short ushort


Generated on Sun Mar 25 15:08:51 2007 for Antigone Engine by  doxygen 1.5.1