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
opcodesysdef.h File Reference
#include "gfx/quaternion.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "opcodetypes.h"

Go to the source code of this file.

Classes

class  csObject
 
struct  iBase
 

Macros

#define ICE_NO_DLL
 
#define CS_PROCESSOR_X86
 
#define CS_NO_QSQRT
 
#define CS_FORCEINLINE   inline
 
#define CS_FORCEINLINE_TEMPLATEMETHOD   CS_FORCEINLINE
 
#define SMALL_EPSILON   .000001
 
#define EPSILON   .00001
 
#define ABS(x)   (x>=0?x:-x)
 
#define __CS_CSSYSDEFS_H__
 
#define CS_ASSERT   assert
 

Macro Definition Documentation

#define __CS_CSSYSDEFS_H__

Definition at line 32 of file opcodesysdef.h.

#define ABS (   x)    (x>=0?x:-x)
#define CS_ASSERT   assert

Definition at line 45 of file opcodesysdef.h.

#define CS_FORCEINLINE   inline

Definition at line 20 of file opcodesysdef.h.

#define CS_FORCEINLINE_TEMPLATEMETHOD   CS_FORCEINLINE

Definition at line 24 of file opcodesysdef.h.

#define CS_NO_QSQRT

Definition at line 9 of file opcodesysdef.h.

#define CS_PROCESSOR_X86

Definition at line 8 of file opcodesysdef.h.

#define EPSILON   .00001

Definition at line 30 of file opcodesysdef.h.

Referenced by csTerrainSegmentCellCollider::GetIntersection().

#define ICE_NO_DLL

Definition at line 7 of file opcodesysdef.h.