libdragon
rompak_internal.h
Go to the documentation of this file.
1
7#ifndef __LIBDRAGON_ROM_INTERNAL_H
8#define __LIBDRAGON_ROM_INTERNAL_H
9
10#include <stdint.h>
11
44uint32_t rompak_search_ext(const char *ext);
45
48#endif
uint32_t rompak_search_ext(const char *ext)
Search a file in the rompak by extension.
Definition: rompak.c:43