GameRef typedef

GameRef = Pointer<Pointer<Game>>

Implementation

typedef GameRef = ffi.Pointer<ffi.Pointer<lib.Game>>;