#pragma once

#ifdef __cplusplus
extern "C" {
#endif

bool Register(const char* scheme, const char* command);

#ifdef __cplusplus
}
#endif
