mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2025-01-06 23:51:14 +00:00
10 lines
134 B
C
10 lines
134 B
C
|
#pragma once
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class CameraVerticalAbsorber {
|
||
|
public:
|
||
|
bool isValid(void);
|
||
|
|
||
|
};
|
||
|
};
|