Prepare the initial stubs
This commit is contained in:
parent
969e0390fd
commit
aea51d9e77
11 changed files with 104 additions and 0 deletions
11
Libraries/Kanimaji/Include/Kanimaji/Kanimaji.hpp
Normal file
11
Libraries/Kanimaji/Include/Kanimaji/Kanimaji.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue