aztecs-0.4.0.1: A type-safe and friendly Entity-Component-System (ECS) for Haskell
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Aztecs.Component

Synopsis

Documentation

class (Typeable a, Storage (StorageT a) a) => Component a Source #

Component that can be stored in the World.

Associated Types

type StorageT a :: Type -> Type Source #

Storage of this component.

type StorageT a = IntMap