Sha256: 712f713dc38b4ae0a413ba78167a714ff146f187eaa0ac4b05df0db045e62f79
Contents?: true
Size: 355 Bytes
Versions: 119
Compression:
Stored size: 355 Bytes
Contents
// // ImageProvider.h // rhorunner // // Created by Dmitry Soldatenkov on 7/2/10. // Copyright 2010 __MyCompanyName__. All rights reserved. // class CImageProvider { public: static void rho_platform_image_load_grayscale(const char* url, void** image_pixels, int* pwidth, int* pheight); static void rho_platform_image_free(void* image_pixels); };
Version data entries
119 entries across 119 versions & 3 rubygems