7 lines
85 B
C
7 lines
85 B
C
#ifndef _FUNC_UPDATE_H
|
|
#define _FUNC_UPDATE_H
|
|
|
|
void func_update(void);
|
|
|
|
#endif
|