mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
8 lines
160 B
Modula-2
8 lines
160 B
Modula-2
|
; textool.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "TexTool"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Synapse_EnumerateInterfaces @1
|