mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 11:15:15 +00:00
13 lines
No EOL
169 B
C++
13 lines
No EOL
169 B
C++
/**
|
|
* @file IUseLayout.h
|
|
* @brief Interface for classes that are layouts.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace al {
|
|
class LayoutKit {
|
|
public:
|
|
|
|
};
|
|
} |