force inline
This commit is contained in:
parent
f8e170a44b
commit
26a1de1e44
8 changed files with 59 additions and 52 deletions
|
|
@ -9,8 +9,8 @@
|
|||
void wd_reset();
|
||||
|
||||
#else
|
||||
inline void wd_init() {};
|
||||
inline void wd_reset() {};
|
||||
FORCE_INLINE void wd_init() {};
|
||||
FORCE_INLINE void wd_reset() {};
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue