LambdaHack-0.5.0.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.UI.Config

Description

Personal game configuration file type definitions.

Synopsis

Documentation

data Config Source #

Fully typed contents of the UI config file. This config is a part of a game client.

Constructors

Config 

Fields

Instances

Show Config Source # 
Generic Config Source # 

Associated Types

type Rep Config :: * -> * #

Methods

from :: Config -> Rep Config x #

to :: Rep Config x -> Config #

NFData Config Source # 

Methods

rnf :: Config -> () #

type Rep Config Source # 

mkConfig :: COps -> IO Config Source #

Read and parse UI config file.