|
RetroArch
|
#include <stdio.h>#include <stdlib.h>#include <stdint.h>#include <string.h>#include <file/nbio.h>#include <formats/rpng.h>#include <formats/image.h>Functions | |
| static bool | rpng_load_image_argb (const char *path, uint32_t **data, unsigned *width, unsigned *height) |
| static int | test_rpng (const char *in_path) |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
|
static |
|
static |
1.8.15