Skip to content

Commit

Permalink
Put Float types in hsc under the guard too
Browse files Browse the repository at this point in the history
For #240
  • Loading branch information
dpwiz committed Mar 10, 2022
1 parent d469768 commit 18c265a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SDL/Raw/Types.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ module SDL.Raw.Types (
Palette(..),
PixelFormat(..),
Point(..),
FPoint(..),
Rect(..),
#ifdef RECENT_ISH
FPoint(..),
FRect(..),
#endif
RendererInfo(..),
RWops(..),
Surface(..),
Expand Down

0 comments on commit 18c265a

Please sign in to comment.