Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#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 |
#define EC_OUTOFMEMORY "Out of memory" |
Definition at line 32 of file OPC_IceHook.h.
#define FALSE 0 |
Definition at line 9 of file OPC_IceHook.h.
Referenced by AABBCollider::AABBAABBOverlap(), OBBCollider::BoxBoxOverlap(), csOPCODECollider::Collide(), CoplanarTriTri(), fill_input_buffer(), Intersect(), VolumeCollider::IsCacheValid(), Opcode::Point::IsNotUsed(), Matrix3x3::IsValid(), Matrix4x4::IsValid(), Point::IsValid(), Point::IsZero(), LSSCollider::LSSAABBOverlap(), LSSCollider::LSSTriOverlap(), planeBoxOverlap(), AABBTreeCollider::Setup(), AABBCollider::TriBoxOverlap(), and OBBCollider::TriBoxOverlap().
#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.
#define OPASSERT | ( | exp) | {} |
Definition at line 23 of file OPC_IceHook.h.
Referenced by Opcode::SAP_PairData::AddPair(), Opcode::SAP_PairData::DumpPairs(), FeedbackFilter(), Opcode::SweepAndPrune::Init(), Container::operator[](), LeafTriangles::SetData(), and Opcode::SweepAndPrune::UpdateObject().
#define TRUE 1 |
Definition at line 13 of file OPC_IceHook.h.
Referenced by AABBCollider::AABBAABBOverlap(), OBBCollider::BoxBoxOverlap(), empty_output_buffer(), Intersect(), VolumeCollider::IsCacheValid(), Opcode::Point::IsNotUsed(), Matrix3x3::IsValid(), Matrix4x4::IsValid(), Point::IsValid(), Point::IsZero(), jpeg_compress(), jpeg_compress_to_file(), jpeg_decompress(), jpeg_decompress_from_file(), LSSCollider::LSSAABBOverlap(), LSSCollider::LSSTriOverlap(), Music::Music(), planeBoxOverlap(), AABBTreeCollider::Setup(), SphereCollider::SphereTriOverlap(), AABBCollider::TriBoxOverlap(), and OBBCollider::TriBoxOverlap().
Definition at line 7 of file OPC_IceHook.h.