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