X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.h;h=082da1e3c5d9e49357333d49da215bd06c1347cf;hb=dec5093fc78bfe1356d764c2432fed6566b2af66;hp=e3325749b63e42cbcacb30f77ff4eb8acbf50378;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d;p=rocksndiamonds.git diff --git a/src/game_sp/vb_lib.h b/src/game_sp/vb_lib.h index e3325749..082da1e3 100644 --- a/src/game_sp/vb_lib.h +++ b/src/game_sp/vb_lib.h @@ -9,9 +9,8 @@ #define Sqr(x) sqrt(x) -/* helper functions for constructs not supported by C */ -extern void *REDIM_1D(int, int, int); +// helper functions for constructs not supported by C -extern long MyGetTickCount(); +int MyGetTickCount(void); -#endif /* VB_LIB_H */ +#endif // VB_LIB_H