9 lines
193 B
Modula-2
9 lines
193 B
Modula-2
; Editor.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "Editor"
|
|
DESCRIPTION 'Editor Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
GetVirtoolsPluginInfoCount
|
|
GetVirtoolsPluginInfo
|