aztecs-0.8.0: A modular game engine and Entity-Component-System (ECS) for Haskell.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Aztecs.Asset.Class

Documentation

class Typeable a => Asset a where Source #

Associated Types

type AssetConfig a Source #

Methods

loadAsset :: FilePath -> AssetConfig a -> IO a Source #