summaryrefslogtreecommitdiffstats
path: root/sigmod
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-23 14:35:39 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-23 14:35:39 -0500
commitc96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6 (patch)
tree616860fe1ce50858c55ba580fdfb43f27312bbac /sigmod
parent66dfb912bdcaa1f11302796da1517d3a772784a6 (diff)
downloadsigen-c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6.tar.gz
sigen-c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6.tar.xz
sigen-c96216fb11f0ff1efbdc6cf7ff6b4e3d1fd2b9c6.zip
Sigmod now includes sigcore via <> rather than ""
Diffstat (limited to 'sigmod')
-rw-r--r--sigmod/Ability.h2
-rw-r--r--sigmod/Badge.h2
-rw-r--r--sigmod/CoinList.h2
-rw-r--r--sigmod/GlobalScript.h2
-rw-r--r--sigmod/Item.h2
-rw-r--r--sigmod/Map.h2
-rw-r--r--sigmod/MapEffect.h2
-rw-r--r--sigmod/MapTrainer.h2
-rw-r--r--sigmod/MapWarp.h2
-rw-r--r--sigmod/Move.h4
-rw-r--r--sigmod/Nature.h2
-rw-r--r--sigmod/Object.h6
-rw-r--r--sigmod/Sigmod.h6
-rw-r--r--sigmod/Skin.cpp3
-rw-r--r--sigmod/Skin.h2
-rw-r--r--sigmod/Species.h4
-rw-r--r--sigmod/Status.h2
-rw-r--r--sigmod/Tile.h2
-rw-r--r--sigmod/Time.h2
-rw-r--r--sigmod/Type.h2
-rw-r--r--sigmod/Weather.cpp3
-rw-r--r--sigmod/Weather.h2
22 files changed, 26 insertions, 32 deletions
diff --git a/sigmod/Ability.h b/sigmod/Ability.h
index 91cbffc2..d31d88c2 100644
--- a/sigmod/Ability.h
+++ b/sigmod/Ability.h
@@ -23,7 +23,7 @@
#define SIGMOD_ABILITY
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Badge.h b/sigmod/Badge.h
index 54638e04..9b2f59f6 100644
--- a/sigmod/Badge.h
+++ b/sigmod/Badge.h
@@ -23,7 +23,7 @@
#define SIGMOD_BADGE
// Sigcore includes
-#include "../sigcore/Fraction.h"
+#include <sigcore/Fraction.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/CoinList.h b/sigmod/CoinList.h
index 07363b6f..cac42ad3 100644
--- a/sigmod/CoinList.h
+++ b/sigmod/CoinList.h
@@ -23,7 +23,7 @@
#define SIGMOD_COINLIST
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/GlobalScript.h b/sigmod/GlobalScript.h
index 1c31670d..97f39eeb 100644
--- a/sigmod/GlobalScript.h
+++ b/sigmod/GlobalScript.h
@@ -23,7 +23,7 @@
#define SIGMOD_GLOBALSCRIPT
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Item.h b/sigmod/Item.h
index 631c8cbb..f362ad18 100644
--- a/sigmod/Item.h
+++ b/sigmod/Item.h
@@ -23,7 +23,7 @@
#define SIGMOD_ITEM
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Map.h b/sigmod/Map.h
index 73726ff0..bc45e116 100644
--- a/sigmod/Map.h
+++ b/sigmod/Map.h
@@ -19,7 +19,7 @@
#define SIGMOD_MAP
// Sigcore includes
-#include "../sigcore/Matrix.h"
+#include <sigcore/Matrix.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/MapEffect.h b/sigmod/MapEffect.h
index 281e488f..b2077385 100644
--- a/sigmod/MapEffect.h
+++ b/sigmod/MapEffect.h
@@ -23,7 +23,7 @@
#define SIGMOD_MAPEFFECT
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/MapTrainer.h b/sigmod/MapTrainer.h
index c6b959a2..a2d7cc0c 100644
--- a/sigmod/MapTrainer.h
+++ b/sigmod/MapTrainer.h
@@ -19,7 +19,7 @@
#define SIGMOD_MAPTRAINER
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/MapWarp.h b/sigmod/MapWarp.h
index 622a5bcd..9009d7bc 100644
--- a/sigmod/MapWarp.h
+++ b/sigmod/MapWarp.h
@@ -23,7 +23,7 @@
#define SIGMOD_MAPWARP
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Move.h b/sigmod/Move.h
index b1706c74..10adb170 100644
--- a/sigmod/Move.h
+++ b/sigmod/Move.h
@@ -23,8 +23,8 @@
#define SIGMOD_MOVE
// Sigcore includes
-#include "../sigcore/Fraction.h"
-#include "../sigcore/Script.h"
+#include <sigcore/Fraction.h>
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Nature.h b/sigmod/Nature.h
index 872587bb..a2215832 100644
--- a/sigmod/Nature.h
+++ b/sigmod/Nature.h
@@ -23,7 +23,7 @@
#define SIGMOD_NATURE
// Sigcore includes
-#include "../sigcore/Fraction.h"
+#include <sigcore/Fraction.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Object.h b/sigmod/Object.h
index 5f334272..e5d47e07 100644
--- a/sigmod/Object.h
+++ b/sigmod/Object.h
@@ -23,9 +23,9 @@
#define SIGMOD_OBJECT
// Sigcore includes
-#include "../sigcore/Fraction.h"
-#include "../sigcore/Matrix.h"
-#include "../sigcore/Script.h"
+#include <sigcore/Fraction.h>
+#include <sigcore/Matrix.h>
+#include <sigcore/Script.h>
// Sigmod includes
#include "Global.h"
diff --git a/sigmod/Sigmod.h b/sigmod/Sigmod.h
index 5595927f..8140a956 100644
--- a/sigmod/Sigmod.h
+++ b/sigmod/Sigmod.h
@@ -23,9 +23,9 @@
#define SIGMOD_SIGMOD
// Sigcore includes
-#include "../sigcore/Fraction.h"
-#include "../sigcore/Matrix.h"
-#include "../sigcore/Script.h"
+#include <sigcore/Fraction.h>
+#include <sigcore/Matrix.h>
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Skin.cpp b/sigmod/Skin.cpp
index ca5384d1..4bba06aa 100644
--- a/sigmod/Skin.cpp
+++ b/sigmod/Skin.cpp
@@ -22,9 +22,6 @@
// Header include
#include "Skin.h"
-// Sigcore includes
-#include "../sigcore/Script.h"
-
// Sigmod includes
#include "Macros.h"
#include "Sigmod.h"
diff --git a/sigmod/Skin.h b/sigmod/Skin.h
index 62dbd1a0..96a556a0 100644
--- a/sigmod/Skin.h
+++ b/sigmod/Skin.h
@@ -23,7 +23,7 @@
#define SIGMOD_SKIN
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Species.h b/sigmod/Species.h
index d05b6130..083f9c90 100644
--- a/sigmod/Species.h
+++ b/sigmod/Species.h
@@ -19,8 +19,8 @@
#define SIGMOD_SPECIES
// Sigcore includes
-#include "../sigcore/Fraction.h"
-#include "../sigcore/Script.h"
+#include <sigcore/Fraction.h>
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Status.h b/sigmod/Status.h
index 59536edc..079e1b88 100644
--- a/sigmod/Status.h
+++ b/sigmod/Status.h
@@ -23,7 +23,7 @@
#define SIGMOD_STATUS
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Tile.h b/sigmod/Tile.h
index 8a8ab006..e632cf73 100644
--- a/sigmod/Tile.h
+++ b/sigmod/Tile.h
@@ -19,7 +19,7 @@
#define SIGMOD_TILE
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Time.h b/sigmod/Time.h
index fec721b0..5d761bae 100644
--- a/sigmod/Time.h
+++ b/sigmod/Time.h
@@ -23,7 +23,7 @@
#define SIGMOD_TIME
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Type.h b/sigmod/Type.h
index dcebd526..412e8fcc 100644
--- a/sigmod/Type.h
+++ b/sigmod/Type.h
@@ -23,7 +23,7 @@
#define SIGMOD_TYPE
// Sigcore includes
-#include "../sigcore/Fraction.h"
+#include <sigcore/Fraction.h>
// Sigmod includes
#include "Object.h"
diff --git a/sigmod/Weather.cpp b/sigmod/Weather.cpp
index 410c00cb..9b96317b 100644
--- a/sigmod/Weather.cpp
+++ b/sigmod/Weather.cpp
@@ -22,9 +22,6 @@
// Header include
#include "Weather.h"
-// Sigcore includes
-#include "../sigcore/Script.h"
-
// Sigmod includes
#include "Macros.h"
#include "Sigmod.h"
diff --git a/sigmod/Weather.h b/sigmod/Weather.h
index 3cb0ad4d..d7952ba5 100644
--- a/sigmod/Weather.h
+++ b/sigmod/Weather.h
@@ -23,7 +23,7 @@
#define SIGMOD_WEATHER
// Sigcore includes
-#include "../sigcore/Script.h"
+#include <sigcore/Script.h>
// Sigmod includes
#include "Object.h"