X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=inline;f=src%2Fgame_sp%2FTickCountObject.h;fp=src%2Fgame_sp%2FTickCountObject.h;h=0000000000000000000000000000000000000000;hb=4591885cdbcfec145d1ac0510fed1519af1eea1d;hp=fc88b88b1a002d9071bb9a41ce939ded69c3ee3a;hpb=34e8c8894f9aa655a87577c946c31a3f9b6134c5;p=rocksndiamonds.git diff --git a/src/game_sp/TickCountObject.h b/src/game_sp/TickCountObject.h deleted file mode 100644 index fc88b88b..00000000 --- a/src/game_sp/TickCountObject.h +++ /dev/null @@ -1,23 +0,0 @@ -// ---------------------------------------------------------------------------- -// TickCountObject.h -// ---------------------------------------------------------------------------- - -#ifndef TICKCOUNTOBJECT_H -#define TICKCOUNTOBJECT_H - -#include "vb_types.h" -#include "vb_defs.h" -#include "vb_vars.h" -#include "vb_lib.h" - -#include "global.h" - -extern boolean TickCountObject_Get_Active(); -extern boolean TickCountObject_Get_Pause(); -extern currency TickCountObject_Get_TickNow(); -extern void TickCountObject_Let_Pause(boolean NewVal); -extern long TickCountObject_TickDiffMS(currency TickStart); -extern long TickCountObject_TickDiffS(currency TickStart); -extern currency TickCountObject_TickDiffUS(currency TickStart); - -#endif /* TICKCOUNTOBJECT_H */