Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OPC_IceHook.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include <math.h>
#include "Ice/IcePreprocessor.h"
#include "Ice/IceTypes.h"
#include "Ice/IceFPU.h"
#include "Ice/IceMemoryMacros.h"

Go to the source code of this file.

Macros

#define ICE_DONT_CHECK_COMPILER_OPTIONS
 
#define FALSE   0
 
#define TRUE   1
 
#define OPASSERT(exp)   {}
 
#define ICE_COMPILE_TIME_ASSERT(exp)   extern char ICE_Dummy[ (exp) ? 1 : -1 ]
 
#define EC_OUTOFMEMORY   "Out of memory"
 
#define ICECORE_API   OPCODE_API
 
#define ICEMATHS_API   OPCODE_API
 

Typedefs

typedef int BOOL
 

Macro Definition Documentation

#define EC_OUTOFMEMORY   "Out of memory"

Definition at line 32 of file OPC_IceHook.h.

#define ICE_COMPILE_TIME_ASSERT (   exp)    extern char ICE_Dummy[ (exp) ? 1 : -1 ]

Definition at line 25 of file OPC_IceHook.h.

#define ICE_DONT_CHECK_COMPILER_OPTIONS

Definition at line 4 of file OPC_IceHook.h.

#define ICECORE_API   OPCODE_API

Definition at line 37 of file OPC_IceHook.h.

#define ICEMATHS_API   OPCODE_API

Definition at line 42 of file OPC_IceHook.h.

Typedef Documentation

typedef int BOOL

Definition at line 7 of file OPC_IceHook.h.