File typedefs.hpp
File List > astrea > snapshot > snapshot > types > typedefs.hpp
Go to the documentation of this file
#pragma once
#include <stdint.h>
namespace astrea {
namespace snapshot {
using EnumType = uint32_t;
} // namespace snapshot
} // namespace astrea