Wii-U-Account-Swap/include/audio.hpp
2024-05-05 20:08:10 -06:00

8 lines
70 B
C++

#ifndef AUDIO_HPP
#define AUDIO_HPP
void play_easter_egg();
#endif