mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-03 20:51:02 -05:00
11 lines
224 B
C
11 lines
224 B
C
|
#ifndef COMMON_HEADER_H
|
||
|
#define COMMON_HEADER_H
|
||
|
|
||
|
#include "include/type_macro.h"
|
||
|
#include "include/platform_macro.h"
|
||
|
#include "include/utility_macro.h"
|
||
|
|
||
|
#include "logging/logging.h"
|
||
|
#include "logging/check_logging.h"
|
||
|
|
||
|
#endif
|