12 lines
155 B
C
12 lines
155 B
C
|
#pragma once
|
||
|
|
||
|
namespace launcher::signal {
|
||
|
|
||
|
// settings
|
||
|
extern bool DISABLE;
|
||
|
|
||
|
//void print_stacktrace();
|
||
|
void attach();
|
||
|
void init();
|
||
|
}
|