aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/gte_divider.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/gte_divider.h')
-rw-r--r--libpcsxcore/gte_divider.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libpcsxcore/gte_divider.h b/libpcsxcore/gte_divider.h
index 0c98826..a407213 100644
--- a/libpcsxcore/gte_divider.h
+++ b/libpcsxcore/gte_divider.h
@@ -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__ */