diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-14 08:32:39 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2022-03-14 08:32:39 -0400 |
commit | 042da1570181dc80ee76860582f6a3c97641c14a (patch) | |
tree | 2ef4dc0939b298f8d32b9078a6b71125fb973567 /src/game.cpp | |
parent | 016d1cdf036039792f50e1ed0431386c7b9e93d7 (diff) | |
download | ether-042da1570181dc80ee76860582f6a3c97641c14a.tar.gz ether-042da1570181dc80ee76860582f6a3c97641c14a.tar.bz2 ether-042da1570181dc80ee76860582f6a3c97641c14a.zip |
fmod splash screen
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 8de9b7b..a7c94db 100644 --- a/src/game.cpp +++ b/src/game.cpp | |||
@@ -4,6 +4,7 @@ | |||
4 | #include <iostream> | 4 | #include <iostream> |
5 | #include "util.h" | 5 | #include "util.h" |
6 | #include "renderer.h" | 6 | #include "renderer.h" |
7 | #include "consts.h" | ||
7 | 8 | ||
8 | Game::Game(std::mt19937& rng, Muxer& muxer) : | 9 | Game::Game(std::mt19937& rng, Muxer& muxer) : |
9 | rng(rng), | 10 | rng(rng), |