diff options
author | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-03-21 19:11:54 +0000 |
---|---|---|
committer | tobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2009-03-21 19:11:54 +0000 |
commit | 31b5e9286f721b7cc81f620a28d8de5d0087c63c (patch) | |
tree | 6e2633706ea7660e21246940d06330e0d0098a44 /plugins/SDK/Plugin DLL Exports.txt | |
parent | 786adb9a238a6e8a4e49b16f691a926c265da232 (diff) | |
download | usdx-31b5e9286f721b7cc81f620a28d8de5d0087c63c.tar.gz usdx-31b5e9286f721b7cc81f620a28d8de5d0087c63c.tar.xz usdx-31b5e9286f721b7cc81f620a28d8de5d0087c63c.zip |
New plugin mode reverted (will be moved to a branch afterwards).
Party mode might work again (untested). This might break linux compatibility.
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1641 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | plugins/SDK/Plugin DLL Exports.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/SDK/Plugin DLL Exports.txt b/plugins/SDK/Plugin DLL Exports.txt deleted file mode 100644 index 930e18ac..00000000 --- a/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. |