mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
7 lines
100 B
C++
7 lines
100 B
C++
#include "animation.hpp"
|
|
|
|
namespace MWRender{
|
|
Animation::~Animation(){
|
|
base = 0;
|
|
}
|
|
} |