1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-27 23:15:32 +00:00
openmw-tes3mp/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;
}
}