9 lines
167 B
C++
9 lines
167 B
C++
#include "Kanimaji/Kanimaji.hpp"
|
|
|
|
namespace Kanimaji
|
|
{
|
|
bool Animate(const std::string& source, const std::string& destination)
|
|
{
|
|
return false;
|
|
}
|
|
}
|