]> git.tdb.fi Git - libs/game.git/blob - source/gameview/resources.cpp
Add infrastructure for receiving player input
[libs/game.git] / source / gameview / resources.cpp
1 #include "resources.h"
2 #include <msp/input/bindings.h>
3
4 namespace Msp::GameView {
5
6 Resources::Resources()
7 {
8         add_type<Input::Bindings>().suffix(".binds");
9 }
10
11 } // namespace Msp::GameView