Updated comments to use SHRawAnimation instead of SHAnimationData
This commit is contained in:
parent
7839bd21f2
commit
f061e8ed43
|
@ -1,9 +1,9 @@
|
||||||
/************************************************************************************//*!
|
/************************************************************************************//*!
|
||||||
\file SHAnimationData.cpp
|
\file SHRawAnimation.cpp
|
||||||
\author Tng Kah Wei, kahwei.tng, 390009620
|
\author Tng Kah Wei, kahwei.tng, 390009620
|
||||||
\par email: kahwei.tng\@digipen.edu
|
\par email: kahwei.tng\@digipen.edu
|
||||||
\date Nov 20, 2022
|
\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.
|
Copyright (C) 2022 DigiPen Institute of Technology.
|
||||||
Reproduction or disclosure of this file or its contents without the prior written consent
|
Reproduction or disclosure of this file or its contents without the prior written consent
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
/************************************************************************************//*!
|
/************************************************************************************//*!
|
||||||
\file SHAnimationData.h
|
\file SHRawAnimation.h
|
||||||
\author Tng Kah Wei, kahwei.tng, 390009620
|
\author Tng Kah Wei, kahwei.tng, 390009620
|
||||||
\par email: kahwei.tng\@digipen.edu
|
\par email: kahwei.tng\@digipen.edu
|
||||||
\date Dec 12, 2022
|
\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.
|
Copyright (C) 2022 DigiPen Institute of Technology.
|
||||||
Reproduction or disclosure of this file or its contents without the prior written consent
|
Reproduction or disclosure of this file or its contents without the prior written consent
|
||||||
|
|
Loading…
Reference in New Issue