catcrafts.net/interfaces/Catcrafts-Root.cppm

16 lines
383 B
Text
Raw Permalink Normal View History

2025-11-12 21:56:18 +01:00
/*
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);
}