mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 07:53:27 +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__
|