Export editor stream base classes in TR GUI

This commit is contained in:
Asumu Takikawa 2014-07-29 21:07:05 -04:00
parent dc7a3da60f
commit c140308603
2 changed files with 4 additions and 0 deletions

View File

@ -86,7 +86,9 @@
[editor-data% (parse-type #'Editor-Data%)]
[editor-data-class% (parse-type #'Editor-Data-Class%)]
[editor-stream-in% (parse-type #'Editor-Stream-In%)]
[editor-stream-in-base% (parse-type #'Editor-Stream-In-Base%)]
[editor-stream-out% (parse-type #'Editor-Stream-Out%)]
[editor-stream-out-base% (parse-type #'Editor-Stream-Out-Base%)]
[keymap% (parse-type #'Keymap%)]
[pasteboard% (parse-type #'Pasteboard%)]
[text% (parse-type #'Text%)]

View File

@ -1911,6 +1911,8 @@
Editor-Data-Class%
Editor-Stream-In%
Editor-Stream-Out%
Editor-Stream-In-Base%
Editor-Stream-Out-Base%
Keymap%
Pasteboard%
Text%)