mirror of
https://github.com/ndeadly/MissionControl
synced 2024-12-04 01:59:12 +00:00
12 lines
158 B
C
12 lines
158 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
bool check_bluetooth_patches(void);
|
|
void generate_bluetooth_patches(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|