Ejemplo n.º 1
0
Archivo: core.c Proyecto: Nom1vk/pcl
FREENECTAPI int freenect_num_devices(freenect_context *ctx)
{
	return fnusb_num_devices(&ctx->usb);
}
Ejemplo n.º 2
0
EXPORT int freenect_num_devices(freenect_context *ctx)
{
	return fnusb_num_devices(&ctx->usb);
}