This repository has been archived on 2021-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
modetw/src/generic.cpp

5 lines
96 B
C++

#include "../include/generic.hpp"
Generic::Generic(const std::string &path)
: _path(path) {};