mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-24 00:17:52 -05:00
11 lines
No EOL
224 B
C
11 lines
No EOL
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 |