Exemplo n.º 1
0
func (ctx *RWops) RWsize() int64 {
	_ctx := (*C.SDL_RWops)(unsafe.Pointer(ctx))
	return (int64)(C.RWsize(_ctx))
}
Exemplo n.º 2
0
func (ctx *RWops) RWsize() int64 {
	return int64(C.RWsize(ctx.cptr()))
}