9 lines
84 B
C++
9 lines
84 B
C++
#pragma once
|
|
|
|
namespace scene::logo::sound {
|
|
|
|
void init();
|
|
|
|
void interrupt();
|
|
}
|