boxdd-sys 0.6.0

Low-level FFI bindings for Box2D built from upstream via submodule
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MIT OR Apache-2.0

#include "boxdd_adapter.h"

#include "recording_replay.h"

bool boxddRecPlayer_IsHealthy( const b2RecPlayer* player )
{
	return player != NULL && player->rdr.ok;
}