diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-10 16:59:04 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-10 16:59:04 -0800 |
commit | 603af77207d98b607de80bb734e4123bb9279786 (patch) | |
tree | 828196e85cc6607d83e8cb213715ec8915ddc272 /src/draw.c | |
parent | cdd4d3bb1cb896461950dc05e63917458e983b80 (diff) |
Move include/ into src/
Diffstat (limited to 'src/draw.c')
-rw-r--r-- | src/draw.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ #include <time.h> #include <unistd.h> -#include "../include/body.h" +#include "include/body.h" #define START_SIZE 4 //TODO consider having speed be affected by window size |