summaryrefslogtreecommitdiff
blob: 4180e6dc3e426601868d949068da668b47c207b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module View.Battlemap.Navigator exposing (get_html)

import Html
--import Html.Attributes
--import Html.Events

--import Battlemap.Location
import Battlemap.Navigator

import Event

get_html : (
      Int ->
      Battlemap.Navigator.Summary ->
      (List (Html.Html Event.Type))
   )
get_html tile_size nav_summary = []