2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +00:00

CCameraManager imps

This commit is contained in:
Jack Andersen
2016-04-16 16:50:45 -10:00
parent 7afdc556fd
commit 1817227465
29 changed files with 452 additions and 34 deletions

View File

@@ -7,11 +7,12 @@ namespace urde
{
enum class ERumbleFxId
{
Seven = 7
};
enum class ERumblePriority
{
None
None,
Two = 2
};
struct SAdsrData;