summaryrefslogtreecommitdiffstats
path: root/src/utils/timer.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-04 16:58:20 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-08-04 16:58:20 +0000
commitce849af300a70425b574b724c62dc9f5fce6016b (patch)
tree2e5cc9fb5d5fda6a7fba4ffc87fa012de23da745 /src/utils/timer.h
parent0d189c79a2d3be98e176987e6aca15fd2c618ef0 (diff)
downloadmanaserv-ce849af300a70425b574b724c62dc9f5fce6016b.tar.gz
manaserv-ce849af300a70425b574b724c62dc9f5fce6016b.tar.xz
manaserv-ce849af300a70425b574b724c62dc9f5fce6016b.zip
Generalized the properties functionality as was done in the client before.
Removed some more remaining usages of tmwserv namespace. Added some documentation and de-complicized the code a bit. Removed checks for SDL and SDL_net.
Diffstat (limited to 'src/utils/timer.h')
-rw-r--r--src/utils/timer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/timer.h b/src/utils/timer.h
index 603d24c..69ca634 100644
--- a/src/utils/timer.h
+++ b/src/utils/timer.h
@@ -35,8 +35,6 @@
#include "wingettimeofday.h"
#endif
-namespace tmwserv
-{
namespace utils
{
@@ -99,6 +97,5 @@ class Timer
};
} // ::utils
-} // ::tmwserv
#endif