From e33f20ad8e35a736996eca1f6a3a63b85a38b3d0 Mon Sep 17 00:00:00 2001 From: Charadon Date: Mon, 13 Jun 2022 19:28:01 -0400 Subject: Revert "Added liberapay link, and more fruitless work on the internal_clock" This reverts commit 01f47242692c8c5c413b876610061418249e2bd6. --- src/pong.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/pong.h') diff --git a/src/pong.h b/src/pong.h index b847a8a..eef1150 100644 --- a/src/pong.h +++ b/src/pong.h @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include @@ -51,16 +50,10 @@ extern struct Settings GlobalSettings; extern int Difficulty; extern bool GameGoing; +extern SDL_atomic_t Ticks; extern char VersionString[256]; extern SDL_atomic_t AudioInitializing; -//Clock -extern double NewTime; -extern double OldTime; -extern double Milliseconds; -extern double DeltaTime; -extern int Ticks; - void enemy(struct Players *Enemy, struct Balls ball); void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerScore, int *EnemyScore); bool play_audio(int SoundEffect); @@ -68,6 +61,5 @@ int title_screen(); void versus_main(); void marathon_main(); void set_screen_mode(); -int internal_clock(); #endif -- cgit 1.4.1-2-gfad0