Skip to content

Commit

Permalink
ZVISION: Rename animation_control files to animation_node.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Nov 15, 2013
1 parent 30ee8ed commit 5ab767c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion engines/zvision/actions.cpp
Expand Up @@ -31,7 +31,7 @@
#include "zvision/zork_avi_decoder.h"
#include "zvision/timer_node.h"
#include "zvision/music_node.h"
#include "zvision/animation_control.h"
#include "zvision/animation_node.h"

#include "common/file.h"

Expand Down
Expand Up @@ -22,7 +22,7 @@

#include "common/scummsys.h"

#include "zvision/animation_control.h"
#include "zvision/animation_node.h"

#include "zvision/zvision.h"
#include "zvision/render_manager.h"
Expand Down
Expand Up @@ -20,8 +20,8 @@
*
*/

#ifndef ZVISION_ANIMATION_CONTROL_H
#define ZVISION_ANIMATION_CONTROL_H
#ifndef ZVISION_ANIMATION_NODE_H
#define ZVISION_ANIMATION_NODE_H

#include "zvision/sidefx.h"
#include "common/rect.h"
Expand Down
2 changes: 1 addition & 1 deletion engines/zvision/module.mk
Expand Up @@ -2,7 +2,7 @@ MODULE := engines/zvision

MODULE_OBJS := \
actions.o \
animation_control.o \
animation_node.o \
clock.o \
console.o \
control.o \
Expand Down

0 comments on commit 5ab767c

Please sign in to comment.