lib/export/base.rb in tracksperanto-1.2.4 vs lib/export/base.rb in tracksperanto-1.2.6
- old
+ new
@@ -1,9 +1,10 @@
# Base exporter. Inherit from this class to automatically register another export format.
# The exporters in Tracksperanto are event-driven and follow the same conventions - your
# exporter will be notified when a tracker will be exported and when a tracker has been passed
# (the last keyframe has been sent)
class Tracksperanto::Export::Base
+ include Tracksperanto::ConstName
attr_reader :io
def self.inherited(by)
Tracksperanto.exporters << by
\ No newline at end of file