mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-10 08:44:47 +00:00
11 lines
476 B
Haxe
11 lines
476 B
Haxe
|
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;
|
||
|
using funkin.ui.debug.charting.handlers.ChartEditorThemeHandler;
|
||
|
using funkin.ui.debug.charting.handlers.ChartEditorToolboxHandler;
|
||
|
#end
|