2006-02-10 22:01:20 +00:00
|
|
|
; plugin.def : Declares the module parameters for the DLL.
|
|
|
|
|
|
|
|
LIBRARY "bobToolz"
|
|
|
|
; DESCRIPTION 'bobToolz Windows Dynamic Link Library'
|
|
|
|
|
|
|
|
EXPORTS
|
|
|
|
; Explicit exports can go here
|
2006-04-09 17:15:13 +00:00
|
|
|
Radiant_RegisterModules @1
|