platform.h File Reference


Typedefs

typedef char Int8
 An 8 bit signed integer.

typedef unsigned char UInt8
 An 8 bit unsigned integer.

typedef short Int16
 A 16 bit signed integer.

typedef unsigned short UInt16
 A 16 bit unsigned integer.

typedef int Int32
 A 32 bit signed integer.

typedef unsigned int UInt32
 A 32 bit unsigned integer.

typedef float Float
 A single-precision floating point number.

typedef double Double
 A double-precision floating point number.

typedef char Char
 A single character.


Detailed Description

Set up the F4 Engine build environment.

Author:
Jason Perkins (jason@379.com)
Date:
Copyright (C) 2001 by 379, Inc.
Version:
Id:
platform.h,v 1.2 2002/06/12 23:05:15 jason379 Exp

Todo:
Char should really be 'unsigned char', not 'char'. Requires some new string handling routines, casting macros, etc.

I think I should provide a complete replacement for the stdc routines. Just a hunch.


Flat Four Engine
Copyright (C) 2001 by 379, Inc.
This page generated by Doxygen