'OHRRPGCE CUSTOM - RELOAD Editor
'(C) Copyright 1997-2020 James Paige, Ralph Versteegen, and the OHRRPGCE Developers
'Dual licensed under the GNU GPL v2+ and MIT Licenses. Read LICENSE.txt for terms and disclaimer of liability.

#IFNDEF RELOADEDIT_BI
#DEFINE RELOADEDIT_BI

'Public functions
DECLARE SUB reload_editor OVERLOAD ()
DECLARE SUB reload_editor OVERLOAD (byref node as Reload.Nodeptr)

#ENDIF