17 lines
252 B
C
17 lines
252 B
C
#ifndef FLATCC_UNLIGNED_H
|
|
#define FLATCC_UNLIGNED_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "portable/punaligned.h"
|
|
|
|
#define FLATCC_ALLOW_UNALIGNED_ACCESS PORTABLE_UNALIGNED_ACCESS
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* FLATCC_UNLIGNED_H */
|