1
// =================================
2
// Copyright (c) 2020 Seppo Laakko
3
// Distributed under the MIT license
4
// =================================
5
6
#ifndef SNGCPP_PP_INIT_DONE_INCLUDED
7
#define SNGCPP_PP_INIT_DONE_INCLUDED
8
#include <sngcpp/pp/PPApi.hpp>
9
10
namespace
sngcpp
{
namespace
pp
{
11
12
void
Init
(
)
;
13
void
Done
(
)
;
14
15
}
}
// namespace sngcpp::pp
16
17
#endif // SNGCPP_PP_INIT_DONE_INCLUDED