Functions | Variables
b2Settings.cpp File Reference
#include <Box2D/Common/b2Settings.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
Include dependency graph for b2Settings.cpp:

Go to the source code of this file.

Functions

void * b2Alloc (int32 size)
 Implement this function to use your own memory allocator. More...
 
void b2Free (void *mem)
 If you implement b2Alloc, you should also implement this function. More...
 
void b2Log (const char *string,...)
 Logging function. More...
 

Variables

b2Version b2_version = {2, 3, 2}
 Current version. More...
 

Function Documentation

void* b2Alloc ( int32  size)

Implement this function to use your own memory allocator.

Definition at line 27 of file b2Settings.cpp.

void b2Free ( void *  mem)

If you implement b2Alloc, you should also implement this function.

Definition at line 32 of file b2Settings.cpp.

void b2Log ( const char *  string,
  ... 
)

Logging function.

Definition at line 38 of file b2Settings.cpp.

Variable Documentation

b2Version b2_version = {2, 3, 2}

Current version.

Definition at line 24 of file b2Settings.cpp.



mvsim
Author(s):
autogenerated on Thu Jun 6 2019 19:36:40