Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Banner.{W,H} made pointers, pointer helpers added

Compare
Choose a tag to compare
@mxmCherry mxmCherry released this 19 Oct 19:26
· 199 commits to master since this release

Changes since v8.0.0:

  • Banner.{W,H} fields made pointers - #16
  • {Int8,Uint64}Ptr(n) and ENUM(n).Ptr() helpers added:
Banner {
  W: Uint64Ptr(320),
  H: Uint64Ptr(240),
}
BidResponse {
  NBR: NoBidReasonCodeTechnicalError.Ptr(),
}
Video {
  StartDelay: StartDelay(60).Ptr(),
}