]> git.tdb.fi Git - libs/game.git/blob - source/gameview/resources.h
Add infrastructure for receiving player input
[libs/game.git] / source / gameview / resources.h
1 #ifndef MSP_GAMEVIEW_RESOURCES_H_
2 #define MSP_GAMEVIEW_RESOURCES_H_
3
4 #include <msp/gl/resources.h>
5
6 namespace Msp::GameView {
7
8 class Resources: public GL::Resources
9 {
10 public:
11         Resources();
12 };
13
14 } // namespace Msp::GameView
15
16 #endif