mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 02:31:10 -06:00
15 lines
191 B
C++
15 lines
191 B
C++
#pragma once
|
|
|
|
#include <SWA.inl>
|
|
|
|
namespace SWA
|
|
{
|
|
class CObjDashPanel
|
|
{
|
|
public:
|
|
SWA_INSERT_PADDING(0xE8);
|
|
be<float> m_FieldE8;
|
|
be<float> m_Speed;
|
|
};
|
|
}
|