Work on saving/loading concurrently
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
module Dodge.ScodeToChar
|
||||
where
|
||||
import SDL
|
||||
|
||||
-- | hacky - no longer used
|
||||
scodeToChar :: Scancode -> Char
|
||||
scodeToChar = toEnum . (+ 61) . fromIntegral . unwrapScancode
|
||||
|
||||
Reference in New Issue
Block a user