mirror of
https://github.com/Nightkingale/Wii-U-Account-Swap.git
synced 2026-03-21 18:04:13 -05:00
8 lines
70 B
C++
8 lines
70 B
C++
#ifndef AUDIO_HPP
|
|
#define AUDIO_HPP
|
|
|
|
|
|
void play_easter_egg();
|
|
|
|
|
|
#endif |