1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
xn65/framework/game/servicecontainer.hpp

14 lines
194 B
C++
Raw Normal View History

2024-04-27 15:31:23 -03:00
#ifndef XNA_GAME_SERVICECONTAINER_HPP
#define XNA_GAME_SERVICECONTAINER_HPP
#include "../default.hpp"
namespace xna {
class IServiceProvider {
};
class GameServiceContainer {
};
}
#endif