libdragon
Loading...
Searching...
No Matches
rompak_internal.h
Go to the documentation of this file.
1
8#ifndef __LIBDRAGON_ROM_INTERNAL_H
9#define __LIBDRAGON_ROM_INTERNAL_H
10
11#include <stdint.h>
12
45uint32_t rompak_search_ext(const char *ext);
46
49#endif
uint32_t rompak_search_ext(const char *ext)
Search a file in the rompak by extension.
Definition rompak.c:41