summaryrefslogtreecommitdiff
path: root/Runtime/Math/Rect.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-29 13:36:49 +0800
committerchai <chaifix@163.com>2021-10-29 13:36:49 +0800
commit91c32cb173201ac8803a1e4452e8342969b8e484 (patch)
tree5e78c485b5fcfcf839a2348667597d7e10476214 /Runtime/Math/Rect.h
parent1f92d4c389cceba6f90261d9cb29885c8a3ca24c (diff)
*GLSL test
Diffstat (limited to 'Runtime/Math/Rect.h')
-rw-r--r--Runtime/Math/Rect.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Runtime/Math/Rect.h b/Runtime/Math/Rect.h
index 4725375..80170d6 100644
--- a/Runtime/Math/Rect.h
+++ b/Runtime/Math/Rect.h
@@ -1,6 +1,9 @@
#pragma once
-struct Rect
+namespace Internal
{
- int x, y, width, height;
-}; \ No newline at end of file
+ struct Rect
+ {
+ int x, y, width, height;
+ };
+} \ No newline at end of file