mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-12 14:41:27 -06:00
13 lines
190 B
C++
13 lines
190 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA
|
|
{
|
|
class CGameMode : public Hedgehog::Universe::CStateMachineBase::CStateBase
|
|
{
|
|
public:
|
|
SWA_INSERT_PADDING(0x08);
|
|
};
|
|
}
|