2023-10-26 05:46:22 -04:00
|
|
|
package funkin.ui.debug.charting;
|
|
|
|
|
|
|
|
#if !macro
|
|
|
|
// Apply handlers so they can be called as though they were functions in ChartEditorState
|
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorAudioHandler;
|
2024-01-03 19:53:17 -05:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorContextMenuHandler;
|
2023-10-26 05:46:22 -04:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorDialogHandler;
|
2024-01-06 01:06:10 -05:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorGamepadHandler;
|
2023-10-26 05:46:22 -04:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorImportExportHandler;
|
2023-11-22 19:16:38 -05:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorNotificationHandler;
|
2023-11-21 13:31:02 -05:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorShortcutHandler;
|
2023-10-26 05:46:22 -04:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorThemeHandler;
|
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorToolboxHandler;
|
|
|
|
#end
|