Add some options to FileMenu
!Warning, there is no confirmation yet on deletions
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
#include <utils/types.h>
|
||||
|
||||
char *CpyStr(const char* in);
|
||||
void MaskIn(char *mod, u32 bitstream, char mask);
|
||||
void MaskIn(char *mod, u32 bitstream, char mask);
|
||||
bool StrEndsWith(char *begin, char *end);
|
||||
Reference in New Issue
Block a user