diff options
author | deva <deva> | 2008-11-03 15:22:10 +0000 |
---|---|---|
committer | deva <deva> | 2008-11-03 15:22:10 +0000 |
commit | 40bad69cd77f32730f6939553d7f9667338c646f (patch) | |
tree | 7a5b83aac4aef71a718f9aaa806feaedf8d25a4b /server/src/luaformatmapper.h | |
parent | 5968c3af2c26abe61cf98bf45f672835ef4b51ba (diff) |
Did a lot of work on format utils.
Diffstat (limited to 'server/src/luaformatmapper.h')
-rw-r--r-- | server/src/luaformatmapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/src/luaformatmapper.h b/server/src/luaformatmapper.h index b4cb8c9..8715eed 100644 --- a/server/src/luaformatmapper.h +++ b/server/src/luaformatmapper.h @@ -49,6 +49,8 @@ public: void error(std::string message); + void bufferoutput(std::string value); + private: lua_State *L; int clean_top; |