summary refs log tree commit diff stats
path: root/src/game.cpp
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-14 08:32:39 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-14 08:32:39 -0400
commit042da1570181dc80ee76860582f6a3c97641c14a (patch)
tree2ef4dc0939b298f8d32b9078a6b71125fb973567 /src/game.cpp
parent016d1cdf036039792f50e1ed0431386c7b9e93d7 (diff)
downloadether-042da1570181dc80ee76860582f6a3c97641c14a.tar.gz
ether-042da1570181dc80ee76860582f6a3c97641c14a.tar.bz2
ether-042da1570181dc80ee76860582f6a3c97641c14a.zip
fmod splash screen
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
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
8Game::Game(std::mt19937& rng, Muxer& muxer) : 9Game::Game(std::mt19937& rng, Muxer& muxer) :
9 rng(rng), 10 rng(rng),