mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-19 17:55:16 +00:00
9 lines
97 B
C
9 lines
97 B
C
|
#pragma once
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class CameraPoseUpdater {
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
};
|