![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
#include <angelscript.h>#include <stdio.h>#include <cassert>Go to the source code of this file.
Data Structures | |
| class | RefCountingObjectPtr< T > |
Macros | |
| #define | RefCoutingObjectPtr_DEBUGTRACE(_Expr) |
| #define | RefCountingObjectPtr_ASSERT(_Expr_) assert(_Expr_) |
| #define RefCountingObjectPtr_ASSERT | ( | _Expr_ | ) | assert(_Expr_) |
Definition at line 20 of file RefCountingObjectPtr.h.
| #define RefCoutingObjectPtr_DEBUGTRACE | ( | _Expr | ) |
Definition at line 15 of file RefCountingObjectPtr.h.
1.8.17