X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_timer.h;h=3f2c0bd0b419f702bc0781f27ea6cccd762e77f7;hb=6021fc3f27b895d382fbd30488ead35657e39196;hp=81800c1f2c1c28cefc7643ac5e67cd1ac8ecc769;hpb=2fb58644b5c539decd246968bc9cc99b94069364;p=16.git diff --git a/src/lib/16_timer.h b/src/lib/16_timer.h index 81800c1f..3f2c0bd0 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-2018 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover * * This file is part of Project 16. * @@ -32,7 +32,7 @@ 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