mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-15 01:11:29 +00:00
8 lines
158 B
Modula-2
8 lines
158 B
Modula-2
|
; camera.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "CAMERA"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Synapse_EnumerateInterfaces @1
|