Browse Source

添加buffer

xx 2 years ago
parent
commit
7a839e0920
3 changed files with 18 additions and 1 deletions
  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*);
+//    };
+//}
+//