16 lines
383 B
Text
16 lines
383 B
Text
|
|
/*
|
||
|
|
catcrafts.net
|
||
|
|
Copyright (C) 2025 Catcrafts
|
||
|
|
|
||
|
|
The source code of this website is made available for viewing purposes only.
|
||
|
|
No permission is granted to copy, modify, distribute, or create derivative works.
|
||
|
|
*/
|
||
|
|
|
||
|
|
export module Catcrafts:Root;
|
||
|
|
import Crafter.CppDOM;
|
||
|
|
import std;
|
||
|
|
using namespace Crafter;
|
||
|
|
|
||
|
|
export namespace Catcrafts {
|
||
|
|
void RenderRoot(const std::string_view route);
|
||
|
|
}
|