start tangibles

This commit is contained in:
nek0 2021-04-17 05:12:19 +02:00
parent 927d7af132
commit 310105ed48
1 changed files with 4 additions and 0 deletions

4
src/Types/Tangible.hs Normal file
View File

@ -0,0 +1,4 @@
{-# LANGUAGE ExistentialQuantification #-}
module Types.Tangible where
data Tangible = forall a . Collidible a => Tangible a