RigsofRods
Soft-body Physics Simulation
|
#include <angelscript.h>
#include <mutex>
#include "Application.h"
#include "AppContext.h"
#include <cassert>
Go to the source code of this file.
Data Structures | |
class | RefCountingObject< T > |
Self reference-counting objects, as requred by AngelScript garbage collector. More... | |
Macros | |
#define | RefCoutingObject_DEBUGTRACE() |
#define | RefCountingObject_ASSERT(_Expr_) assert(_Expr_) |
#define RefCountingObject_ASSERT | ( | _Expr_ | ) | assert(_Expr_) |
Definition at line 22 of file RefCountingObject.h.
#define RefCoutingObject_DEBUGTRACE | ( | ) |
Definition at line 17 of file RefCountingObject.h.