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