mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
11 lines
246 B
C++
11 lines
246 B
C++
namespace advss {
|
|
|
|
class MacroEdit;
|
|
|
|
bool MacroSegmentIsInClipboard();
|
|
bool MacroActionIsInClipboard();
|
|
void SetCopySegmentTargetActionType(bool setToElseAction);
|
|
void SetupSegmentCopyPasteShortcutHandlers(MacroEdit *edit);
|
|
|
|
} // namespace advss
|