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

Comparing deliantra/server/include/tod.h (file contents):
Revision 1.18 by root, Mon Oct 12 14:00:58 2009 UTC vs.
Revision 1.21 by root, Fri Mar 26 01:04:44 2010 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2006,2007,2009 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2006,2007,2008,2009,2010 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * Copyright (©) 2003-2006,2007 Mark Wedel & Crossfire Development Team 5 * Copyright (©) 2003-2006 Mark Wedel & Crossfire Development Team
6 * Copyright (©) 2000,2007 Tim Rightnour 6 * Copyright (©) 2000 Tim Rightnour
7 * Copyright (©) 1992,2007 Frank Tore Johansen 7 * Copyright (©) 1992 Frank Tore Johansen
8 * 8 *
9 * Deliantra is free software: you can redistribute it and/or modify it under 9 * Deliantra is free software: you can redistribute it and/or modify it under
10 * the terms of the Affero GNU General Public License as published by the 10 * the terms of the Affero GNU General Public License as published by the
11 * Free Software Foundation, either version 3 of the License, or (at your 11 * Free Software Foundation, either version 3 of the License, or (at your
12 * option) any later version. 12 * option) any later version.
74}; 74};
75 75
76/* from common/time.c */ 76/* from common/time.c */
77void get_tod (timeofday_t *tod); 77void get_tod (timeofday_t *tod);
78char *format_tod (char *buf, int len, timeofday_t *tod); 78char *format_tod (char *buf, int len, timeofday_t *tod);
79const char *get_current_tod_str ();
80void print_tod (object *op); 79void print_tod (object *op);
81 80
82#endif 81#endif
83 82

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines