git ssb

0+

kode54 / syntrax-c



Tree: 6c0343ff56f76e49059e1846db515584125768f3

Files: 6c0343ff56f76e49059e1846db515584125768f3 / src / syntrax / file.h

265 bytesRaw
1#ifndef FILE_H
2#define FILE_H
3
4#include "syntrax.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10Song* File_loadSong(const char *path);
11Song* File_loadSongMem(const uint8_t *buffer, size_t size);
12
13void File_freeSong(Song *synSong);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif
20

Built with git-ssb-web