------------------------------------------------------------------------------- -- Screen datatypes and functions -- 2017 Francesco Ariis GPLv3 ------------------------------------------------------------------------------- module Terminal.Game.Internal (module All) where -- You should not need this module (as now, only useful for -- serializing instances). import Terminal.Game.Plane as All ( Cell )