Reduce verbosity in docs

This commit is contained in:
Cuyler36
2023-04-23 19:28:21 -04:00
parent a41b9e6b36
commit f797ec3597
2 changed files with 27 additions and 90 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ extern int none_proc1();
extern void none_proc2(ACTOR* actor, GAME* game);
extern int _Game_play_isPause(GAME_PLAY* play);
extern f32 check_percent_abs(f32 x, f32 min, f32 max, f32 scale, s32 shift_by_min);
extern f32 check_percent_abs(f32 x, f32 min, f32 max, f32 scale, int shift_by_min);
extern f32 get_percent_forAccelBrake(f32 now, f32 start, f32 end, f32 accelerate, f32 brake);
extern void Game_play_Projection_Trans(GAME_PLAY* play, xyz_t* wpos, xyz_t* screen_pos);