Skip to content

Commit

Permalink
Update c.hexa
Browse files Browse the repository at this point in the history
  • Loading branch information
PeyTy committed Nov 29, 2024
1 parent 5c07bdd commit 27f5760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/c/c.hexa
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ declare class ConstArrayPointer<T> {
@struct
@rename('ArrayPointer')
declare class ArrayPointer<T> {
let address SizeOfPointer
fun offsetItems(index SizeOfPointer) ArrayPointer<T>
fun offsetItemsBack(index SignedSizeOfPointer) ArrayPointer<T>

Expand Down

0 comments on commit 27f5760

Please sign in to comment.