Module Raylib_fixed_types.NPatchLayout

include module type of struct include Types.NPatchLayout end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).NPatchLayout.t =
  1. | Nine_patch
  2. | Three_patch_vertical
  3. | Three_patch_horizontal
val vals : (t * int64) list
val t : t Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t