mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-30 09:00:33 -06:00
13 lines
193 B
C++
13 lines
193 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace Hedgehog::Universe
|
|
{
|
|
class IStateMachineMessageReceiver
|
|
{
|
|
public:
|
|
IStateMachineMessageReceiver(const swa_null_ctor&) {}
|
|
};
|
|
}
|