ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/dynbuf.h
(Generate patch)

Comparing deliantra/server/include/dynbuf.h (file contents):
Revision 1.39 by root, Wed Dec 5 19:03:26 2018 UTC vs.
Revision 1.40 by root, Wed Dec 5 21:18:37 2018 UTC

27#define DYNBUF_H__ 27#define DYNBUF_H__
28 28
29#include <cstring> 29#include <cstring>
30#include <cassert> 30#include <cassert>
31 31
32#include "compiler.h" 32#include "ecb.h"
33#include "util.h" 33#include "util.h"
34#include "shstr.h" 34#include "shstr.h"
35 35
36// this is a "buffer" that can grow fast 36// this is a "buffer" that can grow fast
37// and is still somewhat space-efficient. 37// and is still somewhat space-efficient.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines