aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Duell/Duell.dpr
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-11-04 13:47:58 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-11-04 13:47:58 +0000
commit027e55035b969bea18892db0e29aa5bc00fb8fad (patch)
tree0fc9d875f6b384b8d7573f0b605e114a57062fa6 /plugins/Duell/Duell.dpr
parent4fcb2bd721919ee9bef62a8f70e9d36fc05fc90c (diff)
downloadusdx-027e55035b969bea18892db0e29aa5bc00fb8fad.tar.gz
usdx-027e55035b969bea18892db0e29aa5bc00fb8fad.tar.xz
usdx-027e55035b969bea18892db0e29aa5bc00fb8fad.zip
plugins update
- OpenGL12 unit replaced with SDL gl unit - Windows timer replaced with SDL_GetTicks -> Windows unit removed git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1500 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'plugins/Duell/Duell.dpr')
-rw-r--r--plugins/Duell/Duell.dpr5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/Duell/Duell.dpr b/plugins/Duell/Duell.dpr
index 3aff4d3e..ddc962c4 100644
--- a/plugins/Duell/Duell.dpr
+++ b/plugins/Duell/Duell.dpr
@@ -92,7 +92,10 @@ begin
end;
exports
-PluginInfo, Init, Draw, Finish;
+ PluginInfo,
+ Init,
+ Draw,
+ Finish;
begin