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