Avoid/src/Music.h

18 lines
291 B
C
Raw Normal View History

2022-08-07 20:24:55 +00:00
/*
- Avoid ~ a game by Canneddonuts
- Filename ~ Music.h
- Author ~ Return0ne
- 2022
- *no license*
*/
#ifndef MUSIC_HEADER
#define MUSIC_HEADER
extern Music Endingsong;
extern Music Gameoversong;
2022-08-22 19:16:28 +00:00
extern Music Gameplaysong;
2022-09-20 23:28:31 +00:00
extern Music Titlesong;
2022-08-07 20:24:55 +00:00
#endif