浏览代码

添加buffer

xx 2 年之前
父节点
当前提交
7a839e0920
共有 3 个文件被更改,包括 18 次插入1 次删除
  1. 1 1
      .gitignore
  2. 1 0
      src/module/buffer.cpp
  3. 16 0
      src/module/buffer.h

+ 1 - 1
.gitignore

@@ -9,4 +9,4 @@
 /obj
 /bin
 
-/log
+/log

+ 1 - 0
src/module/buffer.cpp

@@ -0,0 +1 @@
+

+ 16 - 0
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*);
+//    };
+//}
+//