diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-25 23:54:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-25 23:54:03 +0300 |
commit | 03378679c6e7b5833ddca59d9aacc22a22f7654c (patch) | |
tree | fd3849e22cc1a6fc3e8858a0e530122a94ddd281 /src/Makefile.am | |
parent | c1090f81650347ef03a1d50783f8b77b02646f9e (diff) | |
download | manaverse-03378679c6e7b5833ddca59d9aacc22a22f7654c.tar.gz manaverse-03378679c6e7b5833ddca59d9aacc22a22f7654c.tar.bz2 manaverse-03378679c6e7b5833ddca59d9aacc22a22f7654c.tar.xz manaverse-03378679c6e7b5833ddca59d9aacc22a22f7654c.zip |
Add sdlmusichelper with some SDL/SDL2 functions.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 1f31e0f51..9674e0e2b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -644,10 +644,14 @@ BASE_SRC += client.h \ utils/sdl2helper.h \ utils/sdl2logger.cpp \ utils/sdl2logger.h \ + utils/sdl2musichelper.cpp \ + utils/sdl2musichelper.h \ utils/sdlcheckutils.cpp \ utils/sdlcheckutils.h \ utils/sdlhelper.cpp \ utils/sdlhelper.h \ + utils/sdlmusichelper.cpp \ + utils/sdlmusichelper.h \ utils/sdlmemoryobject.h \ fs/specialfolder.cpp \ fs/specialfolder.h \ |