mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 23:00:42 -07:00
8 lines
99 B
C++
8 lines
99 B
C++
#pragma once
|
|
|
|
namespace superexit {
|
|
bool has_focus();
|
|
void enable();
|
|
void disable();
|
|
}
|