commit | 43c6a355bc4d8629685c37ad17e2b0fd84626abb | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Mon Sep 30 22:22:10 2019 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Oct 03 23:45:19 2019 -0700 |
tree | 571e56048edd8496addc2246e0766d880bafccdd | |
parent | 84314afd584aaf35ad6516cc0be162f55da7a0e5 [diff] [blame] |
Pull Element and FieldElement out into functions This makes them easier to reuse in the future and a little less coupled. Change-Id: Ib70319ed91381e0b30f4e87fbfe6d262c1c0f179
diff --git a/aos/flatbuffer_utils.cc b/aos/flatbuffer_utils.cc new file mode 100644 index 0000000..1060fa8 --- /dev/null +++ b/aos/flatbuffer_utils.cc
@@ -0,0 +1 @@ +#include "aos/flatbuffer_utils.h"