about summary refs log tree commit diff stats
path: root/src/pong.h
diff options
context:
space:
mode:
authorCharadon <dev@iotib.net>2022-06-02 12:09:14 -0400
committerCharadon <dev@iotib.net>2022-06-02 12:09:14 -0400
commite372341eb2d92ee7df6fcaf43f4dc2a27967e390 (patch)
tree0454572596e26e5c94bdb0ffba88e0e6edc08a76 /src/pong.h
parent66881a0a3136c871fb0c58aa31be174c60bcf118 (diff)
downloadPong-C-e372341eb2d92ee7df6fcaf43f4dc2a27967e390.tar.gz
Seperated versus mode from main.c
Diffstat (limited to 'src/pong.h')
-rw-r--r--src/pong.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pong.h b/src/pong.h
index 70e9215..26ec9c2 100644
--- a/src/pong.h
+++ b/src/pong.h
@@ -38,7 +38,8 @@ extern atomic_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);
-void title_screen();
+int title_screen();
+void versus_main();
 
 //Sounds
 extern const int SOUND_BOUNCE;