mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 10:51:36 +00:00
8 lines
212 B
Modula-2
8 lines
212 B
Modula-2
|
; model.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "MODEL"
|
||
|
DESCRIPTION 'MODEL Windows Dynamic Link Library'
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Synapse_EnumerateInterfaces @1
|