xx %!s(int64=2) %!d(string=hai) anos
pai
achega
7a839e0920
Modificáronse 3 ficheiros con 18 adicións e 1 borrados
  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*);
+//    };
+//}
+//