From f061e8ed43a39c0c205fd4c6045a199608152790 Mon Sep 17 00:00:00 2001 From: Kah Wei Date: Mon, 27 Feb 2023 16:52:41 +0800 Subject: [PATCH] Updated comments to use SHRawAnimation instead of SHAnimationData --- SHADE_Engine/src/Animation/SHRawAnimation.cpp | 4 ++-- SHADE_Engine/src/Animation/SHRawAnimation.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SHADE_Engine/src/Animation/SHRawAnimation.cpp b/SHADE_Engine/src/Animation/SHRawAnimation.cpp index 5a39fb08..86d0af18 100644 --- a/SHADE_Engine/src/Animation/SHRawAnimation.cpp +++ b/SHADE_Engine/src/Animation/SHRawAnimation.cpp @@ -1,9 +1,9 @@ /************************************************************************************//*! -\file SHAnimationData.cpp +\file SHRawAnimation.cpp \author Tng Kah Wei, kahwei.tng, 390009620 \par email: kahwei.tng\@digipen.edu \date Nov 20, 2022 -\brief Contains the function definitions of the SHAnimationData class. +\brief Contains the function definitions of the SHRawAnimation class. Copyright (C) 2022 DigiPen Institute of Technology. Reproduction or disclosure of this file or its contents without the prior written consent diff --git a/SHADE_Engine/src/Animation/SHRawAnimation.h b/SHADE_Engine/src/Animation/SHRawAnimation.h index 05d95238..cb1b0ebe 100644 --- a/SHADE_Engine/src/Animation/SHRawAnimation.h +++ b/SHADE_Engine/src/Animation/SHRawAnimation.h @@ -1,9 +1,9 @@ /************************************************************************************//*! -\file SHAnimationData.h +\file SHRawAnimation.h \author Tng Kah Wei, kahwei.tng, 390009620 \par email: kahwei.tng\@digipen.edu \date Dec 12, 2022 -\brief Contains the definition of the SHAnimationData struct and related types. +\brief Contains the definition of the SHRawAnimation struct and related types. Copyright (C) 2022 DigiPen Institute of Technology. Reproduction or disclosure of this file or its contents without the prior written consent