mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-12-02 16:42:19 +00:00
c6db6ffb41
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@134 8a3a26a2-13c4-0310-b231-cf6edde360e5
7 lines
153 B
Modula-2
7 lines
153 B
Modula-2
; sample.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "UFOAI"
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
Radiant_RegisterModules @1
|