|
Hummingbird Framework
|
Utility classes to use with Tmx maps. More...
Classes | |
| class | hb::TmxObjectTypeFactory |
| class | hb::TmxScene |
Typedefs | |
| typedef void(* | hb::GameObjectFactory )(GameObject *, const Tmx::Map *, int, int) |
|
typedef std::function< void(GameObject *, const Tmx::Map *, int, int)> | hb::lambdaFactory |
Functions | |
| void | hb::TmxRegisterFactory (const std::string &type, GameObjectFactory factory) |
| void | hb::TmxRegisterFactory (const std::string &type, lambdaFactory &&factory) |
Utility classes to use with Tmx maps.