mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-06-22 07:53:00 +00:00
14 lines
303 B
C++
14 lines
303 B
C++
#pragma once
|
|
|
|
#include "SWA.inl"
|
|
#include "Hedgehog/Universe/Engine/hhMessageProcess.h"
|
|
#include "Hedgehog/Universe/Thread/hhParallelJob.h"
|
|
|
|
namespace Hedgehog::Universe
|
|
{
|
|
class CMessageActor : public IMessageProcess, public IParallelJob
|
|
{
|
|
public:
|
|
SWA_INSERT_PADDING(0x88);
|
|
};
|
|
}
|