mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
Adiciona ServiceContainer
This commit is contained in:
parent
2518d7584d
commit
c7118d7abc
14
framework/game/servicecontainer.hpp
Normal file
14
framework/game/servicecontainer.hpp
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef XNA_GAME_SERVICECONTAINER_HPP
|
||||
#define XNA_GAME_SERVICECONTAINER_HPP
|
||||
|
||||
#include "../default.hpp"
|
||||
|
||||
namespace xna {
|
||||
class IServiceProvider {
|
||||
};
|
||||
|
||||
class GameServiceContainer {
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user