Also change the #define in kart_animation.hpp's header in accordance
with coding style and the name change in r11012.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11013 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
wardje 2012-03-23 16:28:00 +00:00
parent 545e8a4892
commit b85a324793
2 changed files with 4 additions and 4 deletions

View File

@ -221,8 +221,8 @@ supertuxkart_SOURCES = \
karts/controller/new_ai_controller.hpp \
karts/controller/player_controller.cpp \
karts/controller/player_controller.hpp \
karts/emergency_animation.cpp \
karts/emergency_animation.hpp \
karts/kart_animation.cpp \
karts/kart_animation.hpp \
karts/ghost_kart.cpp \
karts/ghost_lart.hpp \
karts/kart.cpp \

View File

@ -16,8 +16,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef HEADER_EMERGENCY_ANIMATION_HPP
#define HEADER_EMERGENCY_ANIMATION_HPP
#ifndef HEADER_KART_ANIMATION_HPP
#define HEADER_KART_ANIMATION_HPP
#include "utils/no_copy.hpp"
#include "utils/vec3.hpp"