summaryrefslogtreecommitdiff
path: root/src/net/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/timer.cpp')
-rw-r--r--src/net/timer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/timer.cpp b/src/net/timer.cpp
index 64077c6..8d03c17 100644
--- a/src/net/timer.cpp
+++ b/src/net/timer.cpp
@@ -32,6 +32,9 @@
#include "../poison.hpp"
+
+namespace tmwa
+{
struct TimerData
{
/// This will be reset on call, to avoid problems.
@@ -215,3 +218,4 @@ bool has_timers()
{
return !timer_heap.empty();
}
+} // namespace tmwa