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