mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 07:07:42 +00:00
Re-add accidentally removed CRSM types
This commit is contained in:
@@ -9,13 +9,13 @@ namespace urde
|
||||
class CGuiCamera : public CGuiWidget
|
||||
{
|
||||
public:
|
||||
enum class Projection
|
||||
enum class EProjection
|
||||
{
|
||||
Perspective,
|
||||
Orthographic
|
||||
};
|
||||
private:
|
||||
Projection xf8_proj;
|
||||
EProjection xf8_proj;
|
||||
union
|
||||
{
|
||||
struct
|
||||
|
||||
Reference in New Issue
Block a user