diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-10 14:16:58 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-04-10 14:16:58 +0000 |
commit | 26d50af0fb1b07e662978f7c341a3c2548074840 (patch) | |
tree | 548619f2a360bcef9227bbde4aa1592128a48e53 /The Mana World.dev | |
parent | b42e9e23fd6fe4819d34f04124ba66eca6a6c020 (diff) | |
download | mana-26d50af0fb1b07e662978f7c341a3c2548074840.tar.gz mana-26d50af0fb1b07e662978f7c341a3c2548074840.tar.bz2 mana-26d50af0fb1b07e662978f7c341a3c2548074840.tar.xz mana-26d50af0fb1b07e662978f7c341a3c2548074840.zip |
Resource manager can now load sfx and music as samples.
(added a new sfx to test the sound engine)
Diffstat (limited to 'The Mana World.dev')
-rw-r--r-- | The Mana World.dev | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/The Mana World.dev b/The Mana World.dev index 3df7aab6..cb2833c9 100644 --- a/The Mana World.dev +++ b/The Mana World.dev @@ -1,7 +1,7 @@ [Project] FileName=The Mana World.dev Name=tmw -UnitCount=115 +UnitCount=119 Type=0 Ver=1 ObjFiles= @@ -1212,3 +1212,43 @@ Priority=1000 OverrideBuildCmd=0 BuildCmd= +[Unit116] +FileName=src\resources\music.h +CompileCpp=1 +Folder=resources +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit117] +FileName=src\resources\music.cpp +CompileCpp=1 +Folder=resources +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit118] +FileName=src\resources\soundeffect.cpp +CompileCpp=1 +Folder=resources +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + +[Unit119] +FileName=src\resources\soundeffect.h +CompileCpp=1 +Folder=resources +Compile=1 +Link=1 +Priority=1000 +OverrideBuildCmd=0 +BuildCmd= + |