7 lines
82 B
C
7 lines
82 B
C
#pragma once
|
|
|
|
#define FS_DEBUG 0
|
|
|
|
void fs_svr_init(void);
|
|
void fs_svr_loop(void);
|