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:
parent
0267f7630c
commit
4901a029e9
@ -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 \
|
||||
|
@ -54,4 +54,5 @@ extern IrrDriver *irr_driver;
|
||||
|
||||
#endif // HEADER_IRR_DRIVER_HPP
|
||||
|
||||
#endif // HAVE_IRRLICHT
|
||||
#endif // HAVE_IRRLICHT
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user