5 lines
75 B
C
5 lines
75 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
void fs_svr_init(obj_handler_t ipc);
|
||
|
|
void fs_svr_loop(void);
|