mirror of
https://github.com/id-Software/GtkRadiant.git
synced 2026-03-20 08:59:32 +01:00
The GtkRadiant sources as originally released under the GPL license.
This commit is contained in:
12
contrib/bobtoolz/ctftoolz.def
Normal file
12
contrib/bobtoolz/ctftoolz.def
Normal file
@@ -0,0 +1,12 @@
|
||||
; 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
|
||||
Reference in New Issue
Block a user