From 91c32cb173201ac8803a1e4452e8342969b8e484 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 29 Oct 2021 13:36:49 +0800 Subject: *GLSL test --- Runtime/Math/Rect.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Runtime/Math/Rect.h') 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 -- cgit v1.1-26-g67d0