]> git.tdb.fi Git - libs/game.git/blob - source/gameview/resources.h
Decorate things which constitute the public API of the library
[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 #include "mspgameview_api.h"
6
7 namespace Msp::GameView {
8
9 class MSPGAMEVIEW_API Resources: public GL::Resources
10 {
11 public:
12         Resources();
13 };
14
15 } // namespace Msp::GameView
16
17 #endif