From bff2b8aee97a9c826f825259edb2cc1afda3f988 Mon Sep 17 00:00:00 2001 From: Edgaru089 Date: Thu, 29 Feb 2024 16:55:50 +0800 Subject: [PATCH] Rename phycics files --- JacksEscape.vcxproj | 8 ++++---- JacksEscape.vcxproj.filters | 8 ++++---- Component_Physics.c => Physics_Component.c | 0 Component_Physics.h => Physics_Component.h | 0 4 files changed, 8 insertions(+), 8 deletions(-) rename Component_Physics.c => Physics_Component.c (100%) rename Component_Physics.h => Physics_Component.h (100%) diff --git a/JacksEscape.vcxproj b/JacksEscape.vcxproj index d27a7cf..1f6c2aa 100644 --- a/JacksEscape.vcxproj +++ b/JacksEscape.vcxproj @@ -127,7 +127,7 @@ - + @@ -138,8 +138,8 @@ - - + + @@ -147,4 +147,4 @@ - + \ No newline at end of file diff --git a/JacksEscape.vcxproj.filters b/JacksEscape.vcxproj.filters index 34f0bc6..63b2f25 100644 --- a/JacksEscape.vcxproj.filters +++ b/JacksEscape.vcxproj.filters @@ -36,7 +36,7 @@ 头文件 - + 头文件 @@ -56,11 +56,11 @@ 源文件 - + 源文件 - + 源文件 - + \ No newline at end of file diff --git a/Component_Physics.c b/Physics_Component.c similarity index 100% rename from Component_Physics.c rename to Physics_Component.c diff --git a/Component_Physics.h b/Physics_Component.h similarity index 100% rename from Component_Physics.h rename to Physics_Component.h