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
12 lines
290 B
Modula-2
12 lines
290 B
Modula-2
; TexTool.def : Declares the module parameters for the DLL.
|
|
|
|
LIBRARY "TexTool"
|
|
DESCRIPTION 'TexTool 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
|