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