2
0
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:
2016-06-23 12:40:09 -07:00
parent 14a76ce955
commit 40cd1226fa
8 changed files with 23 additions and 10 deletions

View File

@@ -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