mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-04 18:55:05 +00:00
7 lines
No EOL
91 B
C++
7 lines
No EOL
91 B
C++
#pragma once
|
|
|
|
namespace al {
|
|
struct CameraPoserSceneInfo {
|
|
float mSceneFovyDegree;
|
|
};
|
|
} |