git-svn-id: svn://svn.icculus.org/netradiant/trunk@1 61c419a2-8eb2-4b30-bcec-8cead039b335
13 lines
291 B
Modula-2
13 lines
291 B
Modula-2
; plugin.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "ctfToolz"
|
|
DESCRIPTION 'ctfToolz Windows Dynamic Link Library'
|
|
|
|
EXPORTS
|
|
; Explicit exports can go here
|
|
QERPlug_Init @1
|
|
QERPlug_GetName @2
|
|
QERPlug_GetCommandList @3
|
|
QERPlug_Dispatch @4
|
|
QERPlug_GetFuncTable @5
|