mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-06 03:35:04 +00:00
18 lines
No EOL
231 B
C++
18 lines
No EOL
231 B
C++
/**
|
|
* @file ResShapeAnim.h
|
|
* @brief Resource file for shape animations.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace nn
|
|
{
|
|
namespace g3d
|
|
{
|
|
class ResShapeAnim
|
|
{
|
|
public:
|
|
void Reset();
|
|
};
|
|
};
|
|
}; |