1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 15:39:02 +00:00
OpenMW/apps/openmw/mwrender/animation.cpp

7 lines
100 B
C++
Raw Normal View History

2011-12-12 04:42:39 +00:00
#include "animation.hpp"
namespace MWRender{
Animation::~Animation(){
base = 0;
}
}