SuperMarioOdysseyOnline/include/al/screen/ScreenPointKeeper.h

10 lines
93 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
#pragma once
namespace al
{
class ScreenPointKeeper
{
public:
};
};