[AD] including allegro.h and backward compability |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
This allows one to get rid of the annoying backward compatibility
(annoying because you don't get to know what you have to change when
something is deprecated).
--
Vincent Penquerc'h
--- include/allegro.h.compat Sun Oct 27 15:26:48 2002
+++ include/allegro.h Sun Oct 27 15:27:10 2002
@@ -63,7 +63,9 @@
#include "allegro/3d.h"
#include "allegro/3dmaths.h"
+#ifndef ALLEGRO_NO_COMPATIBILITY
#include "allegro/alcompat.h"
+#endif
#ifdef ALLEGRO_EXTRA_HEADER