mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Finish CGrappleArm
This commit is contained in:
@@ -52,6 +52,10 @@ public:
|
||||
g_PointGenFunc = func;
|
||||
g_PointGenCtx = ctx;
|
||||
}
|
||||
static void ClearPointGeneratorFunc()
|
||||
{
|
||||
g_PointGenFunc = nullptr;
|
||||
}
|
||||
static FPointGenerator g_PointGenFunc;
|
||||
static void* g_PointGenCtx;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user