JoshuaMKW / pyisotools

python library for working with Gamecube ISOs (GCM)
GNU General Public License v3.0
18 stars 9 forks source link

Added forward declarations to prevent crashes #10

Closed dj0wns closed 1 year ago

dj0wns commented 1 year ago

I get some exceptions when using py iso tools due to these variables not existing when "onPhysicalTaskStart" et al. gets called. This fixes that

JoshuaMKW commented 1 year ago

LGTM