16 lines
181 B
C++
16 lines
181 B
C++
#ifndef OFEN_STRING_HEADER
|
|
#define OFEN_STRING_HEADER
|
|
|
|
#include "of_def.hpp"
|
|
|
|
namespace ofen {
|
|
class COfStr
|
|
{
|
|
public:
|
|
COfStr();
|
|
~COfStr();
|
|
};
|
|
}; // namespace ofen
|
|
|
|
|
|
#endif |