Resource -> data
This commit is contained in:
parent
17a371fdca
commit
02d23048dc
3 changed files with 85 additions and 86 deletions
|
@ -13,12 +13,12 @@ uint16_t screen[LCR_SETTING_RESOLUTION_X * LCR_SETTING_RESOLUTION_Y];
|
|||
|
||||
FILE *musicFile = 0;
|
||||
|
||||
char LCR_getNextResourceFileChar(void)
|
||||
char LCR_getNextDataFileChar(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void LCR_appendResourceStr(const char *str)
|
||||
void LCR_appendDataStr(const char *str)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue