mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 04:31:22 +00:00
10 lines
125 B
C++
10 lines
125 B
C++
#include "CGSFidget.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
bool CGSFidget::Update(CAnimData&, float, CStateManager&)
|
|
{
|
|
return false;
|
|
}
|
|
}
|