mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
9 lines
170 B
C++
9 lines
170 B
C++
namespace advss {
|
|
|
|
class AdvSceneSwitcher;
|
|
|
|
bool MacroSegmentIsInClipboard();
|
|
void SetupSegmentCopyPasteShortcutHandlers(AdvSceneSwitcher *window);
|
|
|
|
} // namespace advss
|