diff --git a/framework/game/servicecontainer.hpp b/framework/game/servicecontainer.hpp new file mode 100644 index 0000000..2ce68aa --- /dev/null +++ b/framework/game/servicecontainer.hpp @@ -0,0 +1,14 @@ +#ifndef XNA_GAME_SERVICECONTAINER_HPP +#define XNA_GAME_SERVICECONTAINER_HPP + +#include "../default.hpp" + +namespace xna { + class IServiceProvider { + }; + + class GameServiceContainer { + }; +} + +#endif \ No newline at end of file