SuperMarioOdysseyOnline/include/al/layout/LayoutKit.h

13 lines
169 B
C
Raw Normal View History

2022-06-16 21:33:18 +00:00
/**
* @file IUseLayout.h
* @brief Interface for classes that are layouts.
*/
#pragma once
namespace al {
class LayoutKit {
public:
};
}