mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-12-02 16:42:19 +00:00
8 lines
162 B
Modula-2
8 lines
162 B
Modula-2
|
; archivewad.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "ARCHIVEWAD"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Radiant_RegisterModules @1
|