Merge: gamnit: refactor the `flat` 2D API to include more services by default
authorJean Privat <jean@pryen.org>
Fri, 30 Jun 2017 13:51:00 +0000 (09:51 -0400)
committerJean Privat <jean@pryen.org>
Fri, 30 Jun 2017 13:51:00 +0000 (09:51 -0400)
commit45c8cdc558528cdc3b2a5ac9b3343d2ec9c0d668
treeda6413cfa1edded51824aa987f367e4cd93a6392
parentb003a60431a05ddaa7175e2f732e1dc76190098d
parent335cd779cac9eac30be918a4335225b4107437b6
Merge: gamnit: refactor the `flat` 2D API to include more services by default

The use of `import gamnit::flat` will now include more services useful to most games: `Sound`, `Font`, `pressed_keys`, etc. If a project doesn't want to include them for any reason, it can still `import gamnit::flat_core` and hand pick other services.

Pull-Request: #2522