mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 04:31:22 +00:00
14 lines
166 B
C++
14 lines
166 B
C++
#ifndef __PSHAG_CCHARLAYOUTINFO_HPP__
|
|
#define __PSHAG_CCHARLAYOUTINFO_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CCharLayoutInfo
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CCHARLAYOUTINFO_HPP__
|