LiFan
2024-09-18 cb45f6ed992ff1dfa5f2c3135c180e27d7ae85af
1
2
3
4
5
6
#pragma once
#include "jstream.hpp"
class JStringStream :
    public JStream
{
};