8 lines
99 B
C
8 lines
99 B
C
|
#pragma once
|
||
|
|
||
|
namespace superexit {
|
||
|
bool has_focus();
|
||
|
void enable();
|
||
|
void disable();
|
||
|
}
|