mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-05 19:25:04 +00:00
15 lines
No EOL
208 B
C++
15 lines
No EOL
208 B
C++
#pragma once
|
|
|
|
#include "BindFuncTable.h"
|
|
|
|
namespace nn
|
|
{
|
|
namespace g3d
|
|
{
|
|
class ResLightAnim
|
|
{
|
|
public:
|
|
s32 Bind(nn::g3d::BindFuncTable const &);
|
|
};
|
|
};
|
|
}; |