From a43d51edf74817cd23009c283802b3e9beb60f17 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 12 Feb 2024 20:33:20 -0800 Subject: [PATCH] add forgotten symlinks --- xwords4/common/cJSON.c | 1 + xwords4/common/cJSON.h | 1 + xwords4/common/cJSON_Utils.c | 1 + xwords4/common/cJSON_Utils.h | 1 + 4 files changed, 4 insertions(+) create mode 120000 xwords4/common/cJSON.c create mode 120000 xwords4/common/cJSON.h create mode 120000 xwords4/common/cJSON_Utils.c create mode 120000 xwords4/common/cJSON_Utils.h diff --git a/xwords4/common/cJSON.c b/xwords4/common/cJSON.c new file mode 120000 index 000000000..899d7e5ef --- /dev/null +++ b/xwords4/common/cJSON.c @@ -0,0 +1 @@ +cJSON/cJSON.c \ No newline at end of file diff --git a/xwords4/common/cJSON.h b/xwords4/common/cJSON.h new file mode 120000 index 000000000..67c3bd622 --- /dev/null +++ b/xwords4/common/cJSON.h @@ -0,0 +1 @@ +cJSON/cJSON.h \ No newline at end of file diff --git a/xwords4/common/cJSON_Utils.c b/xwords4/common/cJSON_Utils.c new file mode 120000 index 000000000..83cd8471d --- /dev/null +++ b/xwords4/common/cJSON_Utils.c @@ -0,0 +1 @@ +cJSON/cJSON_Utils.c \ No newline at end of file diff --git a/xwords4/common/cJSON_Utils.h b/xwords4/common/cJSON_Utils.h new file mode 120000 index 000000000..d48f21208 --- /dev/null +++ b/xwords4/common/cJSON_Utils.h @@ -0,0 +1 @@ +cJSON/cJSON_Utils.h \ No newline at end of file