GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c388364
)
removed redunant path specifications in e_sound.pas
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
@@
-3,8
+3,8
@@
unit e_sound;
interface
uses
- sdl2
in '../lib/sdl2/sdl2.pas'
,
- SDL2_mixer
in '../lib/sdl2/SDL2_mixer.pas'
,
+ sdl2,
+ SDL2_mixer,
e_log,
SysUtils;
DEADSOFTWARE 2012-2025