openmw-tes3coop/apps/openmw/mwrender/animation.cpp
2011-12-11 23:42:39 -05:00

7 lines
No EOL
100 B
C++

#include "animation.hpp"
namespace MWRender{
Animation::~Animation(){
base = 0;
}
}