mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-23 12:22:19 +00:00
8 lines
169 B
Modula-2
8 lines
169 B
Modula-2
|
; shaderplug.def : Declares the module parameters for the DLL.
|
||
|
|
||
|
LIBRARY "SHADERPLUG"
|
||
|
|
||
|
EXPORTS
|
||
|
; Explicit exports can go here
|
||
|
Radiant_RegisterModules @1
|