From 6c32492d29a3b38b14766e8a5076eb2fb2ba9033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barra=20=C3=93=20Cath=C3=A1in?= Date: Tue, 21 Feb 2023 20:45:04 +0000 Subject: [PATCH] Added SDL/UDP experiment 1 and reorganized yet again. I'm no longer trying to group the experiments. That was silly. I'm also practicing UDP, with a program that gets data fired at it as two coordinates as ints. --- .../{ => UDP-Experiment-01}/SDL2-UDP-Experiment-01-controller.c | 0 .../{ => UDP-Experiment-01}/SDL2-UDP-Experiment-01.c | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename SDL2-Bits-And-Pieces/{ => UDP-Experiment-01}/SDL2-UDP-Experiment-01-controller.c (100%) rename SDL2-Bits-And-Pieces/{ => UDP-Experiment-01}/SDL2-UDP-Experiment-01.c (100%) diff --git a/SDL2-Bits-And-Pieces/SDL2-UDP-Experiment-01-controller.c b/SDL2-Bits-And-Pieces/UDP-Experiment-01/SDL2-UDP-Experiment-01-controller.c similarity index 100% rename from SDL2-Bits-And-Pieces/SDL2-UDP-Experiment-01-controller.c rename to SDL2-Bits-And-Pieces/UDP-Experiment-01/SDL2-UDP-Experiment-01-controller.c diff --git a/SDL2-Bits-And-Pieces/SDL2-UDP-Experiment-01.c b/SDL2-Bits-And-Pieces/UDP-Experiment-01/SDL2-UDP-Experiment-01.c similarity index 100% rename from SDL2-Bits-And-Pieces/SDL2-UDP-Experiment-01.c rename to SDL2-Bits-And-Pieces/UDP-Experiment-01/SDL2-UDP-Experiment-01.c