]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/mediasource/extra/netradiant-src/plugins/textool/TexTool.def
Include netRadiant source in this GIT
[voretournament/voretournament.git] / misc / mediasource / extra / netradiant-src / plugins / textool / TexTool.def
diff --git a/misc/mediasource/extra/netradiant-src/plugins/textool/TexTool.def b/misc/mediasource/extra/netradiant-src/plugins/textool/TexTool.def
new file mode 100644 (file)
index 0000000..95cbb27
--- /dev/null
@@ -0,0 +1,12 @@
+; 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