mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-12-01 00:45:41 +00:00
10 lines
181 B
C++
10 lines
181 B
C++
|
#pragma once
|
||
|
|
||
|
#include "duckhandy/compatibility.h"
|
||
|
#include <string>
|
||
|
#include <cstdint>
|
||
|
|
||
|
namespace tawashi {
|
||
|
std::string make_token (uint64_t parNum) a_pure;
|
||
|
} //namespace tawashi
|