Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into texture_rework
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed May 23, 2020
2 parents 58b3cb0 + 3dfb417 commit 00acbac
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 370 deletions.
2 changes: 1 addition & 1 deletion src/common/audio/music/music.cpp
Expand Up @@ -37,7 +37,7 @@

#include <stdio.h>
#include <stdlib.h>

#include <stdexcept>

#include "i_sound.h"
#include "i_music.h"
Expand Down
1 change: 1 addition & 0 deletions src/common/utility/files_decompress.cpp
Expand Up @@ -39,6 +39,7 @@
#include <zlib.h>
#include <bzlib.h>
#include <algorithm>
#include <stdexcept>

#include "files.h"
#include "templates.h"
Expand Down

0 comments on commit 00acbac

Please sign in to comment.