ofen/src/of_str.cpp

11 lines
103 B
C++
Raw Normal View History

2024-11-14 16:04:54 +08:00
#include "of_str.h"
namespace ofen {
COfStr::COfStr()
{
}
COfStr::~COfStr()
{
}
} // namespace ofen