Add header guards
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.h
index e7eb247..8c89051 100644 (file)
@@ -1,4 +1,7 @@
-#define NEW_DYNAREC 1
+#ifndef __NEW_DYNAREC_H__
+#define __NEW_DYNAREC_H__
+
+/* #define NEW_DYNAREC 1 */
 
 extern int pcaddr;
 extern int pending_exception;
@@ -20,3 +23,5 @@ void new_dynarec_load_blocks(const void *save, int size);
 
 void invalidate_all_pages(void);
 void invalidate_block(unsigned int block);
+
+#endif /* __NEW_DYNAREC_H__ */