Begin CBallCamera & more headers

Former-commit-id: 21f597aeb7
This commit is contained in:
2022-09-21 01:18:07 -04:00
parent 57bb02906e
commit 9637b6f796
23 changed files with 981 additions and 140 deletions

View File

@@ -33,9 +33,9 @@ public:
kLR_OneFrame,
};
CLightParameters() {
// TODO
}
// CLightParameters() {
// // TODO
// }
virtual ~CLightParameters();
@@ -99,9 +99,9 @@ CHECK_SIZEOF(CVisorParameters, 0x4)
class CActorParameters {
public:
CActorParameters() {
// TODO
}
// CActorParameters() {
// // TODO
// }
const CLightParameters& GetLighting() const { return x0_lightParams; }
const CScannableParameters& GetScannable() const { return x40_scanParams; }