mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2025-01-23 18:01:05 +00:00
9 lines
223 B
Modula-2
9 lines
223 B
Modula-2
|
; plugin.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "bobToolz"
|
||
|
; DESCRIPTION 'bobToolz Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Synapse_EnumerateInterfaces @1
|