X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2Fvb_lib.h;h=06405d4c0a398b4650ea28e609c4b780985a1efc;hp=5c4852ce954cfd4f247a58fd5746af8d366fc5e8;hb=855700d73bbef8bb1248fe0ac735738478d6044b;hpb=3ff2e8a0b5c27b99a9920bdf5ed82bc41bf40181 diff --git a/src/game_sp/vb_lib.h b/src/game_sp/vb_lib.h index 5c4852ce..06405d4c 100644 --- a/src/game_sp/vb_lib.h +++ b/src/game_sp/vb_lib.h @@ -11,6 +11,6 @@ /* helper functions for constructs not supported by C */ -extern int MyGetTickCount(); +int MyGetTickCount(void); #endif /* VB_LIB_H */