mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-03 16:59:52 -05:00
17 lines
278 B
C++
17 lines
278 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
#include <SWA/Achievement/AchievementID.h>
|
|
|
|
namespace SWA
|
|
{
|
|
class CAchievementTest
|
|
{
|
|
public:
|
|
SWA_INSERT_PADDING(0x38);
|
|
be<uint32_t> m_Unk1;
|
|
be<EAchievementID> m_AchievementID;
|
|
uint8_t m_Unk2;
|
|
};
|
|
}
|