mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-29 05:54:15 +01:00
18 lines
210 B
C
18 lines
210 B
C
/**
|
|
* @file flashcart_utils.h
|
|
* @brief Flashcart utilities
|
|
* @ingroup flashcart
|
|
*/
|
|
|
|
#ifndef FLASHCART_UTILS_H__
|
|
#define FLASHCART_UTILS_H__
|
|
|
|
|
|
#include <fatfs/ff.h>
|
|
|
|
|
|
void fix_file_size (FIL *fil);
|
|
|
|
|
|
#endif
|