Skip to content

Commit

Permalink
SOUND: Add a class for handling Wwise SoundBanks
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Aug 18, 2018
1 parent d9cb494 commit b251cfe
Show file tree
Hide file tree
Showing 3 changed files with 528 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sound/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ src_sound_libsound_la_SOURCES += \
src/sound/xactwavebank_ascii.h \
src/sound/xactwavebank_binary.h \
src/sound/fmodsamplebank.h \
src/sound/wwisesoundbank.h \
$(EMPTY)

src_sound_libsound_la_SOURCES += \
Expand All @@ -41,6 +42,7 @@ src_sound_libsound_la_SOURCES += \
src/sound/xactwavebank_ascii.cpp \
src/sound/xactwavebank_binary.cpp \
src/sound/fmodsamplebank.cpp \
src/sound/wwisesoundbank.cpp \
$(EMPTY)

src_sound_libsound_la_LIBADD = \
Expand Down

0 comments on commit b251cfe

Please sign in to comment.