Prepare the initial stubs

This commit is contained in:
TennesseeTrash 2025-05-25 00:42:58 +02:00
parent 969e0390fd
commit aea51d9e77
11 changed files with 104 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#include "Kanimaji/Kanimaji.hpp"
namespace Kanimaji
{
bool Animate(const std::string& source, const std::string& destination)
{
return false;
}
}