packages feed

sdl3-bindgen-sys-0.0.0.1: src/SDL3/Sys/Bindgen/Runtime/PtrConst.hs

-- | Facade over @HsBindgen.Runtime.PtrConst@ from the vendored hs-bindgen runtime.
--
-- Intended for qualified import:
--
-- > import qualified SDL3.Sys.Bindgen.Runtime.PtrConst as PtrConst
--
-- For licensing information, see LICENSE_hs-bindgen-runtime in this package's root.
module SDL3.Sys.Bindgen.Runtime.PtrConst (
  module HsBindgen.Runtime.PtrConst,
) where

import HsBindgen.Runtime.PtrConst