mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
14 lines
181 B
C++
14 lines
181 B
C++
#pragma once
|
|
|
|
#include "JSystem/JGeometry/TMatrix.hpp"
|
|
|
|
class CameraRotChecker {
|
|
public:
|
|
CameraRotChecker();
|
|
|
|
void update();
|
|
|
|
TMtx34f _0;
|
|
bool _30;
|
|
u8 _31[3];
|
|
}; |