mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-23 20:32:42 +00:00
8 lines
156 B
Modula-2
8 lines
156 B
Modula-2
|
; imageq3.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "ImageQ3"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Radiant_RegisterModules @1
|