mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 04:35:17 +00:00
18 lines
240 B
C
18 lines
240 B
C
|
/**
|
||
|
* @file ResSkeletalAnim.h
|
||
|
* @brief Resource file for skeletal animations.
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
namespace nn
|
||
|
{
|
||
|
namespace g3d
|
||
|
{
|
||
|
class ResSkeletalAnim
|
||
|
{
|
||
|
public:
|
||
|
void Reset();
|
||
|
};
|
||
|
};
|
||
|
};
|