add cpp wrapper for rxi/log.c
This commit is contained in:
parent
c82671490a
commit
aa9d21d81c
1 changed files with 9 additions and 0 deletions
9
src/internal/rxi/log.hpp
Normal file
9
src/internal/rxi/log.hpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#ifndef DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF
|
||||
#define DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include "log.h"
|
||||
}
|
||||
|
||||
#endif /* DE6BF3F6_F6A6_4CB0_B986_4815C9B2C2CF */
|
Loading…
Reference in a new issue