about summary refs log tree commit diff stats
path: root/src/pong.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pong.h')
-rw-r--r--src/pong.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pong.h b/src/pong.h
index 26ec9c2..8fb51c5 100644
--- a/src/pong.h
+++ b/src/pong.h
@@ -40,6 +40,7 @@ void ball(Rectangle *Player, Rectangle *Enemy, struct Balls *Ball, int *PlayerSc
 bool play_audio(int SoundEffect);
 int title_screen();
 void versus_main();
+void marathon_main();
 
 //Sounds
 extern const int SOUND_BOUNCE;
@@ -47,5 +48,7 @@ extern const int MUSIC_DEFEAT;
 extern const int MUSIC_VICTORY;
 extern const int MUSIC_TITLE;
 extern const int STOP_ALL_SOUNDS;
+extern const int SOUND_PLAYER_SCORE;
+extern const int SOUND_ENEMY_SCORE;
 
 #endif