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,11 @@
#ifndef KANIMAJI_KANIMAJI_HPP
#define KANIMAJI_KANIMAJI_HPP
#include <string>
namespace Kanimaji
{
bool Animate(const std::string& source, const std::string& destination);
}
#endif // KANIMAJI_KANIMAJI_HPP