mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 19:25:16 +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();
|
||
|
};
|
||
|
};
|
||
|
};
|