mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-24 04:18:23 -05:00
Implemented camera aspect ratio hooks
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
namespace SWA
|
||||
{
|
||||
class CApplicationDocument // : public Hedgehog::Base::CSynchronizedObject
|
||||
{
|
||||
public:
|
||||
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>*
|
||||
inline static xpointer<CApplicationDocument>* ms_pInstance = (xpointer<CApplicationDocument>*)g_memory.Translate(0x833678A0);
|
||||
|
||||
// TODO: Hedgehog::Base::TSynchronizedPtr<CApplicationDocument>
|
||||
static CApplicationDocument* GetInstance();
|
||||
|
||||
SWA_INSERT_PADDING(0x18);
|
||||
be<uint32_t> m_Region;
|
||||
};
|
||||
}
|
||||
|
||||
#include "ApplicationDocument.inl"
|
||||
Reference in New Issue
Block a user