From bd1bf7eaa06986fb1d79ede0b7ab78f9748b7821 Mon Sep 17 00:00:00 2001 From: xx Date: Tue, 11 Jun 2024 02:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0buffer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- src/module/buffer.cpp | 1 + src/module/buffer.h | 16 ++++++++++++++++ 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/module/buffer.cpp create mode 100644 src/module/buffer.h 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*); +// }; +//} +//