6 lines
93 B
C
6 lines
93 B
C
#pragma once
|
|
|
|
void fs_svr_init(void);
|
|
void fs_svr_loop(void);
|
|
void *file_temp_buf_get(void);
|