diff options
Diffstat (limited to 'src/pong.h')
-rw-r--r-- | src/pong.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/pong.h b/src/pong.h index e933f97..76fa05d 100644 --- a/src/pong.h +++ b/src/pong.h @@ -4,6 +4,7 @@ #include "raylib.h" #include "SDL2/SDL.h" #include "SDL2/SDL_mixer.h" +#include "sounds.h" #include <stdatomic.h> #include <stdio.h> #include <time.h> @@ -46,13 +47,4 @@ int title_screen(); void versus_main(); void marathon_main(); -//Sounds -extern const int SOUND_BOUNCE; -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 |