/* * BSD 2-Clause “Simplified” License * Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com * All rights reserved. */ #ifndef INCLUDE_PLACE_DETAIL_SCENE #define INCLUDE_PLACE_DETAIL_SCENE void place_detail_scene_init(); void place_detail_set_active_location(world_location* location); void place_detail_scene_render(platform_window* window); void place_detail_scene_update(platform_window* window); void place_detail_scene_destroy(); #endif