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

Comparing deliantra/server/include/layout.h (file contents):
Revision 1.5 by root, Wed Nov 16 23:42:00 2016 UTC vs.
Revision 1.6 by root, Sun Jan 29 02:47:04 2017 UTC

51// . ?? (rogue) 51// . ?? (rogue)
52// 52//
53 53
54// use this in new code 54// use this in new code
55INTERFACE_CLASS(layout) 55INTERFACE_CLASS(layout)
56struct layout 56struct layout
57{ 57{
58 typedef char cell; 58 typedef char cell;
59 59
60 cell **data; 60 cell **data;
61 int w, h; 61 int w, h;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines