8 lines
164 B
Modula-2
8 lines
164 B
Modula-2
|
; brushexport.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "BRUSHEXPORT"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Radiant_RegisterModules @1
|