* Returns the resource pack currently in use by the game. * @return Pointer to the resource pack. */
| 480 | * @return Pointer to the resource pack. |
| 481 | */ |
| 482 | ResourcePack *Game::getResourcePack() const |
| 483 | { |
| 484 | return _res; |
| 485 | } |
| 486 | |
| 487 | /** |
| 488 | * Sets a new resource pack for the game to use. |
no outgoing calls