LibGGIBuf Access to GAlloc resources

Name

ggiBufGetMotorHandle, ggiBufGetTankHandle, ggiBufGetCarbHandle, ggiBufClearMotorProperties, ggiBufClearCarbProperties, ggiBufClearTankProperties : LibGGIBuf Access to GAlloc resources

Synopsis

#include <ggi/buf.h>

ggiGA_resource_handle ggiBufGetMotorHandle(ggiBuf_t buf);

ggiGA_resource_handle ggiBufGetTankHandle(ggiBuf_t buf);

ggiGA_resource_handle ggiBufGetCarbHandle(ggiBuf_t buf);


int ggiBufClearMotorProperties(struct ggiGA_resource_props *prop);

int ggiBufClearCarbProperties(struct ggiGA_resource_props *prop);

int ggiBufClearTankProperties(struct ggiGA_resource_props *prop);

Description

TODO