diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 12:13:59 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-07-11 12:13:59 -0300 |
commit | e450b0d47e9d05a806769d096646d723845e0ba2 (patch) | |
tree | 68b43e458651ea393c7d0774907aec0200d234c6 /point.cpp | |
parent | f1ad05bb486ec49f576580cda8e6c9a9a8b92317 (diff) | |
download | jet-e450b0d47e9d05a806769d096646d723845e0ba2.tar.gz jet-e450b0d47e9d05a806769d096646d723845e0ba2.zip |
Make client side ipc binary
Diffstat (limited to 'point.cpp')
-rw-r--r-- | point.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,5 +1,4 @@ #include <stdint.h> -#include <assert.h> #include <stdbool.h> struct Point { |