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