summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c388364)
raw | patch | inline | side by side (parent: c388364)
author | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Wed, 6 Apr 2016 23:23:36 +0000 (02:23 +0300) | ||
committer | Ketmar Dark <ketmar@ketmar.no-ip.org> | |
Wed, 6 Apr 2016 23:23:36 +0000 (02:23 +0300) |
src/engine/e_sound.pas | patch | blob | history |
diff --git a/src/engine/e_sound.pas b/src/engine/e_sound.pas
index deda06d56c59cb6efcc64fe90581e329a8a18f26..ca0203e58079d87673078bcbefad4744ae49a6cf 100644 (file)
--- a/src/engine/e_sound.pas
+++ b/src/engine/e_sound.pas
interface
uses
- sdl2 in '../lib/sdl2/sdl2.pas',
- SDL2_mixer in '../lib/sdl2/SDL2_mixer.pas',
+ sdl2,
+ SDL2_mixer,
e_log,
SysUtils;