Small TODO, CODINGSTYLE update
[supertux.git] / CODINGSTYLE
index 11a7e99..99dbb19 100644 (file)
@@ -20,6 +20,8 @@ SuperTux Coding Standards
 #  include "foobar.hpp"
 #endif
 
+* use #include <> for libraries in external/
+
 * include guards are of the form:
 
 #ifndef HEADER_SUPERTUX_{PATH}_{FILE}_HPP