Prepare the initial stubs
This commit is contained in:
parent
969e0390fd
commit
aea51d9e77
11 changed files with 104 additions and 0 deletions
9
Libraries/Kanimaji/Source/Kanimaji.cpp
Normal file
9
Libraries/Kanimaji/Source/Kanimaji.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include "Kanimaji/Kanimaji.hpp"
|
||||
|
||||
namespace Kanimaji
|
||||
{
|
||||
bool Animate(const std::string& source, const std::string& destination)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue