9 lines
154 B
C++
9 lines
154 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
namespace standard {
|
|
void initialize();
|
|
void run();
|
|
void host_mounted(bool mounted);
|
|
} // namespace standard
|