api: update research

This commit is contained in:
Hyper
2025-01-15 19:47:11 +00:00
parent 064d0a1736
commit 4b7f2c0ae7
12 changed files with 272 additions and 66 deletions

View File

@@ -0,0 +1,17 @@
#pragma once
#include <SWA.inl>
namespace SWA
{
class CGameParameter // : public Hedgehog::Universe::CMessageActor
{
public:
struct SSaveData;
struct SStageParameter;
SWA_INSERT_PADDING(0x94);
xpointer<SSaveData> m_pSaveData;
xpointer<SStageParameter> m_pStageParameter;
};
}