X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.h;h=4f19f3a27bd48da1cc81fac375b6cb9334bb76c4;hb=61c3da024802ecc0268bab42d7499fc0346e4fd3;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..4f19f3a2 100644 --- a/src/game_sp/vb_lib.h +++ b/src/game_sp/vb_lib.h @@ -10,8 +10,11 @@ /* helper functions for constructs not supported by C */ + +#if 0 extern void *REDIM_1D(int, int, int); +#endif -extern long MyGetTickCount(); +extern int MyGetTickCount(); #endif /* VB_LIB_H */