X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=view.h;h=2c6c311be278ba0ee843fe5c7b48f8624348a35d;hb=ecfab2093025515ba0dd1fb38723a1812970a554;hp=89b7745849f6c53899c3f39dd20cf50140520438;hpb=1057196b54325b4ee7daefc44784684966fa75b8;p=xonotic%2Fdarkplaces.git diff --git a/view.h b/view.h index 89b77458..2c6c311b 100644 --- a/view.h +++ b/view.h @@ -3,7 +3,7 @@ #include "qtypes.h" #include "matrixlib.h" -#include "cmd.h" +struct cmd_state_s; void V_Init (void); void V_UpdateBlends (void); @@ -16,6 +16,6 @@ void V_CalcRefdef(void); void V_MakeViewIsometric(void); void V_StartPitchDrift(void); void V_StopPitchDrift (void); -void V_StartPitchDrift_f(cmd_state_t *cmd); +void V_StartPitchDrift_f(struct cmd_state_s *cmd); #endif