summary refs log tree commit diff stats
path: root/src/game.cpp
diff options
context:
space:
mode:
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),