1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-19 13:33:25 +01:00
TegraExplorer/source/utils/utils.h
SuchMemeManySkill 9c47d11843 Add some options to FileMenu
!Warning, there is no confirmation yet on deletions
2020-12-25 22:19:04 +01:00

6 lines
160 B
C

#pragma once
#include <utils/types.h>
char *CpyStr(const char* in);
void MaskIn(char *mod, u32 bitstream, char mask);
bool StrEndsWith(char *begin, char *end);