2023-10-26 09:46:22 +00: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;
|
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorDialogHandler;
|
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorImportExportHandler;
|
2023-11-23 00:16:38 +00:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorNotificationHandler;
|
2023-11-21 18:31:02 +00:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorShortcutHandler;
|
2023-10-26 09:46:22 +00:00
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorThemeHandler;
|
|
|
|
using funkin.ui.debug.charting.handlers.ChartEditorToolboxHandler;
|
|
|
|
#end
|