Subastra
Loading...
Searching...
No Matches
Functions | Variables
physics.h File Reference
#include "require.h"
Include dependency graph for physics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void system_integrate_velocity (system_payload_t payload, allocator_t temporary_allocator)
 

Variables

static system_requirements_declaration_t system_decl_integrate_velocity
 

Function Documentation

◆ system_integrate_velocity()

static void system_integrate_velocity ( system_payload_t  payload,
allocator_t  temporary_allocator 
)
static

Variable Documentation

◆ system_decl_integrate_velocity

system_requirements_declaration_t system_decl_integrate_velocity
static
Initial value:
= {
.name = "system_integrate_velocity",
.dependencies = 0,
.dependency_count = 0,
.entities_const = 0,
.entities_mut = ENTITY_KIND_CONSTRUCT,
@ ENTITY_KIND_CONSTRUCT
Definition entity.h:36
static void system_integrate_velocity(system_payload_t payload, allocator_t temporary_allocator)
Definition physics.h:6
@ SYSTEM_RESOURCE_MASK_WORLD
Definition require.h:68
@ SYSTEM_PHASE_FIXED_UPDATE
Definition require.h:13