diff --git a/.gitignore b/.gitignore index 929bd02..9f41a3b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,4 @@ /obj /bin -/log +/log \ No newline at end of file diff --git a/src/module/buffer.cpp b/src/module/buffer.cpp new file mode 100644 index 0000000..5f28270 --- /dev/null +++ b/src/module/buffer.cpp @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/module/buffer.h b/src/module/buffer.h new file mode 100644 index 0000000..94af6d5 --- /dev/null +++ b/src/module/buffer.h @@ -0,0 +1,16 @@ +//#pragma once +//#include "sol/sol.hpp" +//#include "base/buffer.h" +//namespace module +//{ +// class buffer +// { +// public: +// buffer(); +// ~buffer(); +// +// void apd_str(const std::string& value); +// void apd_str(const char*); +// }; +//} +//