SuperMarioOdysseyOnline/include/al/screen/ScreenPointKeeper.h
2022-06-16 14:33:18 -07:00

10 lines
No EOL
93 B
C++

#pragma once
namespace al
{
class ScreenPointKeeper
{
public:
};
};