aboutsummaryrefslogtreecommitdiffstats
path: root/Lua/plugins/SDK/Plugin DLL Exports.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Lua/plugins/SDK/Plugin DLL Exports.txt')
-rw-r--r--Lua/plugins/SDK/Plugin DLL Exports.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/Lua/plugins/SDK/Plugin DLL Exports.txt b/Lua/plugins/SDK/Plugin DLL Exports.txt
deleted file mode 100644
index 930e18ac..00000000
--- a/Lua/plugins/SDK/Plugin DLL Exports.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Ultrastar Plugin DLL(Libary) Exports
------------------------------------
-This are the Procedurs and Functions that a UsDx Plugin has to export to get Loaded.
-
-
-USPlugin_Info(PInfo: PUS_PluginInfo); stdcall;
------------------------------------
-Ultrastar uses this Procedure to identify the Plugins.
-At the given Address there is a PUS_PluginInfo Record. cbSize
-attribut is already set. Please asure not to overwrite this assigned
-memory amount.