mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-08 11:38:08 +03:00
Rename draw.cpp to animation.cpp which makes more sense, some more edits
This commit is contained in:
parent
d8aa65260f
commit
8d86c2e97d
224 changed files with 846 additions and 823 deletions
|
@ -1,6 +1,6 @@
|
|||
#include "framework.h"
|
||||
#include "setup.h"
|
||||
#include "draw.h"
|
||||
#include "animation.h"
|
||||
#include "collide.h"
|
||||
#include "flipeffect.h"
|
||||
#include "effects/effects.h"
|
||||
|
@ -25,7 +25,7 @@
|
|||
#include "object_helper.h"
|
||||
|
||||
#include "fullblock_switch.h"
|
||||
#include "creature_info.h"
|
||||
#include "itemdata/creature_info.h"
|
||||
|
||||
using namespace TEN::Entities::Switches;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue