5 lines
155 B
C
5 lines
155 B
C
|
#pragma once
|
||
|
#include "entity_view.h"
|
||
|
|
||
|
float smooth_val(float cur, float tgt, uint64_t dt);
|
||
|
void predict_receive_update(entity_view *d, entity_view *data);
|