Add header guards
[pcsx_rearmed.git] / libpcsxcore / gte_divider.h
index 0c98826..a407213 100644 (file)
@@ -15,4 +15,9 @@
  *  along with this program; if not, see <http://www.gnu.org/licenses>.
  */
 
+#ifndef __GTE_DIVIDER_H__
+#define __GTE_DIVIDER_H__
+
 u32 DIVIDE(s16 n, u16 d);
+
+#endif /* __GTE_DIVIDER_H__ */