Fixed typo in Makefile.am, added missing newline at end of files.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@3165 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2009-02-17 03:24:43 +00:00
parent 0267f7630c
commit 4901a029e9
3 changed files with 10 additions and 9 deletions

View File

@ -94,7 +94,7 @@ supertuxkart_SOURCES = \
io/xml_node.cpp \
io/xml_node.hpp \
io/xml_reader.cpp \
io/xml_reader.hpp\`
io/xml_reader.hpp\
items/attachment.cpp \
items/attachment.hpp \
items/attachment_manager.cpp \

View File

@ -54,4 +54,5 @@ extern IrrDriver *irr_driver;
#endif // HEADER_IRR_DRIVER_HPP
#endif // HAVE_IRRLICHT
#endif // HAVE_IRRLICHT

View File

@ -25,11 +25,11 @@
using namespace irr;
#include "utils/vec3.hpp"
namespace MeshTools
{
void minMax3D(scene::IMesh* mesh, Vec3 *min, Vec3 *max);
} // MeshTools
namespace MeshTools
{
void minMax3D(scene::IMesh* mesh, Vec3 *min, Vec3 *max);
} // MeshTools
#endif
#endif // HAVE_IRRLICHT
#endif // HAVE_IRRLICHT