UnleashedRecomp/UnleashedRecomp/patches/free_camera_patches.h

11 lines
153 B
C++

#pragma once
class FreeCameraPatches
{
public:
static inline bool s_isActive;
static inline float s_fieldOfView;
static void Update();
};