mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-12-02 08:32:37 +00:00
8 lines
152 B
Modula-2
8 lines
152 B
Modula-2
|
; mapq3.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "MAPQ3"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Radiant_RegisterModules @1
|