mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 11:15:15 +00:00
10 lines
93 B
C
10 lines
93 B
C
|
#pragma once
|
||
|
|
||
|
namespace al
|
||
|
{
|
||
|
class ScreenPointKeeper
|
||
|
{
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
};
|