mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
12b372f89c
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant@1 8a3a26a2-13c4-0310-b231-cf6edde360e5
7 lines
154 B
Modula-2
7 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
|