spicetools/launcher/superexit.h

8 lines
99 B
C
Raw Permalink Normal View History

2024-08-28 15:10:34 +00:00
#pragma once
namespace superexit {
bool has_focus();
void enable();
void disable();
}