From a8119869ebe303c59996ca15ced02ec130fba405 Mon Sep 17 00:00:00 2001
From: codeboss <2422523675@qq.com>
Date: Sat, 14 Jun 2025 12:58:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=94=B9=E5=90=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ComponentBasic/ComponentBasic.vcxproj | 4 ++--
ComponentBasic/ComponentBasic.vcxproj.filters | 4 ++--
ComponentBasic/{VisibleBox.cpp => VisibleCube.cpp} | 2 +-
ComponentBasic/{VisibleBox.h => VisibleCube.h} | 0
4 files changed, 5 insertions(+), 5 deletions(-)
rename ComponentBasic/{VisibleBox.cpp => VisibleCube.cpp} (99%)
rename ComponentBasic/{VisibleBox.h => VisibleCube.h} (100%)
diff --git a/ComponentBasic/ComponentBasic.vcxproj b/ComponentBasic/ComponentBasic.vcxproj
index 35c5ac2..5490af2 100644
--- a/ComponentBasic/ComponentBasic.vcxproj
+++ b/ComponentBasic/ComponentBasic.vcxproj
@@ -105,13 +105,13 @@
-
+
-
+
diff --git a/ComponentBasic/ComponentBasic.vcxproj.filters b/ComponentBasic/ComponentBasic.vcxproj.filters
index af2a727..2671eab 100644
--- a/ComponentBasic/ComponentBasic.vcxproj.filters
+++ b/ComponentBasic/ComponentBasic.vcxproj.filters
@@ -29,7 +29,7 @@
Header Files
-
+
Header Files
@@ -40,7 +40,7 @@
-
+
Source Files
diff --git a/ComponentBasic/VisibleBox.cpp b/ComponentBasic/VisibleCube.cpp
similarity index 99%
rename from ComponentBasic/VisibleBox.cpp
rename to ComponentBasic/VisibleCube.cpp
index 0b3df1f..5ca111a 100644
--- a/ComponentBasic/VisibleBox.cpp
+++ b/ComponentBasic/VisibleCube.cpp
@@ -1,4 +1,4 @@
-#include "VisibleBox.h"
+#include "VisibleCube.h"
// ͨ¹ý ProcList ¼Ì³Ð
diff --git a/ComponentBasic/VisibleBox.h b/ComponentBasic/VisibleCube.h
similarity index 100%
rename from ComponentBasic/VisibleBox.h
rename to ComponentBasic/VisibleCube.h