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