11 lines
167 B
C
11 lines
167 B
C
#ifndef __UTILS_H__
|
|
#define __UTILS_H__
|
|
|
|
#define __SCC_LOG_IMPL_USE_STD_IMPL__
|
|
#include "log.h"
|
|
|
|
#include "core_map.h"
|
|
#include "core_vec.h"
|
|
|
|
#endif /* __UTILS_H__ */
|