diff options
author | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-16 23:19:11 +0000 |
---|---|---|
committer | whiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2007-10-16 23:19:11 +0000 |
commit | 4231c33ad7c7765fd3851c5c7168f8c7d367deef (patch) | |
tree | f6fb594f3263befbea762d29c9cf08f91be18da3 /Game/Code/Classes/uPluginLoader.pas | |
parent | 7b2b341341c0434a6b39d0f0f36fda9b7d23d0ef (diff) | |
download | usdx-4231c33ad7c7765fd3851c5c7168f8c7d367deef.tar.gz usdx-4231c33ad7c7765fd3851c5c7168f8c7d367deef.tar.xz usdx-4231c33ad7c7765fd3851c5c7168f8c7d367deef.zip |
nearly finished Cores loading procs
Add PluginLoader Unit to implent new PluginLoader
Reordered Delphi .dpr uses clausel
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@519 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r-- | Game/Code/Classes/uPluginLoader.pas | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Game/Code/Classes/uPluginLoader.pas b/Game/Code/Classes/uPluginLoader.pas new file mode 100644 index 00000000..929fd84e --- /dev/null +++ b/Game/Code/Classes/uPluginLoader.pas @@ -0,0 +1,7 @@ +unit uPluginLoader;
+
+interface
+
+implementation
+
+end.
|