7 lines
98 B
C
7 lines
98 B
C
|
#pragma once
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
char *env_mc_root();
|
||
|
bool env_mc_yes();
|
||
|
bool env_mc_debug();
|