Merge pull request #578 from gameblabla/counters_lib
[pcsx_rearmed.git] / libpcsxcore / new_dynarec / new_dynarec.h
index d196f59..8c89051 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __NEW_DYNAREC_H__
+#define __NEW_DYNAREC_H__
+
 /* #define NEW_DYNAREC 1 */
 
 extern int pcaddr;
@@ -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__ */