X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.h;h=5c4852ce954cfd4f247a58fd5746af8d366fc5e8;hp=e3325749b63e42cbcacb30f77ff4eb8acbf50378;hb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181;hpb=4591885cdbcfec145d1ac0510fed1519af1eea1d diff --git a/src/game_sp/vb_lib.h b/src/game_sp/vb_lib.h index e3325749..5c4852ce 100644 --- a/src/game_sp/vb_lib.h +++ b/src/game_sp/vb_lib.h @@ -10,8 +10,7 @@ /* helper functions for constructs not supported by C */ -extern void *REDIM_1D(int, int, int); -extern long MyGetTickCount(); +extern int MyGetTickCount(); #endif /* VB_LIB_H */