Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
internal.h File Reference

Go to the source code of this file.

Classes

class  DebugCmdInterfaceDebug
 

Macros

#define INTERNAL_H
 
#define __ASSERT(x)
 

Functions

void DebugInternalAssert (const char *file, int line, const char *expr)
 
void * DebugAllocMemory (unsigned numBytes)
 
void * DebugReAllocMemory (void *oldPtr, unsigned newSize)
 
void DebugFreeMemory (void *ptr)
 

Macro Definition Documentation

◆ __ASSERT

#define __ASSERT ( x)
Value:
do { } while(0)

Definition at line 43 of file internal.h.

◆ INTERNAL_H

#define INTERNAL_H

Definition at line 33 of file internal.h.

Function Documentation

◆ DebugAllocMemory()

void * DebugAllocMemory ( unsigned numBytes)

Definition at line 44 of file debug_internal.cpp.

◆ DebugFreeMemory()

void DebugFreeMemory ( void * ptr)

Definition at line 82 of file debug_internal.cpp.

◆ DebugInternalAssert()

void DebugInternalAssert ( const char * file,
int line,
const char * expr )

Definition at line 31 of file debug_internal.cpp.

◆ DebugReAllocMemory()

void * DebugReAllocMemory ( void * oldPtr,
unsigned newSize )

Definition at line 52 of file debug_internal.cpp.