12 lines
187 B
C++
12 lines
187 B
C++
#pragma once
|
|
|
|
#include "grcViewport.hpp"
|
|
|
|
class CViewportManager
|
|
{
|
|
public:
|
|
rage::grcViewport m_cachedGameGrcViewport[2];
|
|
|
|
const rage::grcViewport* GetCurrentGameGrcViewport() const;
|
|
};
|