Start resource files
This commit is contained in:
parent
69d87ab26d
commit
c3dcd1ff0f
6 changed files with 154 additions and 11 deletions
|
@ -14,6 +14,16 @@ uint16_t screen[LCR_SETTING_RESOLUTION_X * LCR_SETTING_RESOLUTION_Y];
|
|||
|
||||
FILE *musicFile = 0;
|
||||
|
||||
char LCR_getNextResourceFileChar(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void LCR_appendResourceStr(const char *str)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
void audioFillCallback(void *userdata, uint8_t *s, int l)
|
||||
{
|
||||
if (musicFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue