]> de.git.xonotic.org Git - voretournament/voretournament.git/blob - misc/mediasource/extra/netradiant-src/plugins/textool/TexTool.def
Rename the compiled fteqcc to fteqcc-win32 (as that's what it is)
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / plugins / textool / TexTool.def
1 ; TexTool.def : Declares the module parameters for the DLL.
2
3 LIBRARY      "TexTool"
4 DESCRIPTION  'TexTool Windows Dynamic Link Library'
5
6 EXPORTS
7     ; Explicit exports can go here
8         QERPlug_Init @1
9         QERPlug_GetName @2
10         QERPlug_GetCommandList @3
11         QERPlug_Dispatch @4
12         QERPlug_GetFuncTable @5