12 lines
280 B
C
12 lines
280 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/* date = April 15th 2021 2:50 pm */
|
|
|
|
#ifndef SYMS_SERIAL_INC_H
|
|
#define SYMS_SERIAL_INC_H
|
|
|
|
////////////////////////////////
|
|
// NOTE(allen): Extended Serial Info
|
|
#include "syms/core/base/syms_serial.h"
|
|
|
|
#endif //SYMS_SERIAL_INC_H
|