diff mp_core.h @ 25553:6ac1ece1f9fe

Add multiple inclusion guards to all header files that lack them.
author diego
date Tue, 01 Jan 2008 21:35:58 +0000
parents 42aa06653705
children eb338d06c638
line wrap: on
line diff
--- a/mp_core.h	Tue Jan 01 21:20:06 2008 +0000
+++ b/mp_core.h	Tue Jan 01 21:35:58 2008 +0000
@@ -1,3 +1,6 @@
+#ifndef MP_CORE_H
+#define MP_CORE_H
+
 // definitions used internally by the core player code
 
 #define INITED_VO 1
@@ -127,3 +130,5 @@
 void rm_osd_msg(int id);
 void add_subtitles(char *filename, float fps, int noerr);
 int reinit_video_chain(void);
+
+#endif /* MP_CORE_H */