mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-19 16:39:26 +01:00
8 lines
154 B
Modula-2
8 lines
154 B
Modula-2
; sample.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "SAMPLE"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
Radiant_RegisterModules @1
|