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 /client.cpp | |
parent | f1ad05bb486ec49f576580cda8e6c9a9a8b92317 (diff) | |
download | jet-e450b0d47e9d05a806769d096646d723845e0ba2.tar.gz jet-e450b0d47e9d05a806769d096646d723845e0ba2.zip |
Make client side ipc binary
Diffstat (limited to 'client.cpp')
-rw-r--r-- | client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -#include "point.cpp" - #define MAX_ARGS 16 #define pos(x, y) (x) + (y) * window_w |