X-Git-Url: http://git.osdn.net/view?p=proj16%2F16.git;a=blobdiff_plain;f=src%2Flib%2F16_timer.h;h=52559cce06e6fc72e2ad1e0ab9818d4bc8da4147;hp=8bcd10c001861360b2bd3ee1d4a47b1c75c5f4d4;hb=4d4c2774d4e51f7356f7a5ef32ef61a9fd2c299a;hpb=35f9e7e103ce902e941007e84389a754f16ec058 diff --git a/src/lib/16_timer.h b/src/lib/16_timer.h index 8bcd10c0..52559cce 100755 --- a/src/lib/16_timer.h +++ b/src/lib/16_timer.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2017 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * Copyright (C) 2012-2022 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -25,14 +25,14 @@ #include "src/lib/16_head.h" #include "src/lib/wcpu/16_wcpu.h" -#define FPSVALUE 60 +#define FPSVALUE 30 clock_t start_timer(global_game_variables_t *gv); double elapsed_timer(global_game_variables_t *gv); double ticktock(global_game_variables_t *gv); double time_in_seconds(global_game_variables_t *gv); //double time_in_seconds(time_t in_t); -void shinkutxt(global_game_variables_t *gv); +//void shinkutxt(global_game_variables_t *gv); //void WaitPee(void); #endif