mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-12-02 16:42:19 +00:00
6ee91d153e
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@44 8a3a26a2-13c4-0310-b231-cf6edde360e5
8 lines
211 B
Modula-2
8 lines
211 B
Modula-2
; plugin.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "bobToolz"
|
|
; DESCRIPTION 'bobToolz Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
Radiant_RegisterModules @1
|