summaryrefslogtreecommitdiffstats
path: root/pokemod/Rules.h
diff options
context:
space:
mode:
Diffstat (limited to 'pokemod/Rules.h')
-rw-r--r--pokemod/Rules.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pokemod/Rules.h b/pokemod/Rules.h
index 1dad0b0b..16360c36 100644
--- a/pokemod/Rules.h
+++ b/pokemod/Rules.h
@@ -22,6 +22,8 @@
#include "Fraction.h"
#include "Object.h"
+namespace Pokemod
+{
// Forward declarations
class Pokemod;
@@ -134,5 +136,6 @@ class Rules : public Object
int m_maxEVPerStat;
Fraction m_pokerusChance;
};
+}
#endif