X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=common.h;h=f4239630e4c5f60081c3f460c8c82556e66ae754;hb=4744d53642cca117c2e130d39cc58b2911336bf3;hp=a9197a4a9a0bf65fa75c991d5170092841c3045c;hpb=5f4eb3866525724188461589485ac1aa50d08870;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/common.h b/common.h index a9197a4..f423963 100644 --- a/common.h +++ b/common.h @@ -48,6 +48,6 @@ static void eval_bezier_time( v3f p0, v3f p1, v3f h0, v3f h1, float t, v3f p ) } /* TODO: he needs a home somewhere */ -sfx_vol_control audio_vol_all = { .val = 1.0f, .name = "All" }; +static float *player_get_pos(void); #endif /* COMMON_H */