mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-18 11:32:13 -04:00
7 lines
100 B
C++
7 lines
100 B
C++
#include "animation.hpp"
|
|
|
|
namespace MWRender{
|
|
Animation::~Animation(){
|
|
base = 0;
|
|
}
|
|
} |