8 lines
91 B
C++
8 lines
91 B
C++
#pragma once
|
|
#include <cstdint>
|
|
|
|
namespace a2dp {
|
|
void init();
|
|
void connect_to_last();
|
|
}
|