2025-11-12 21:56:18 +01:00
|
|
|
/*
|
|
|
|
|
catcrafts.net
|
2026-07-18 23:27:41 +02:00
|
|
|
Copyright (C) 2026 Catcrafts
|
2025-11-12 21:56:18 +01:00
|
|
|
|
|
|
|
|
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;
|
2026-07-18 23:27:41 +02:00
|
|
|
import Crafter.Graphics;
|
2025-11-12 21:56:18 +01:00
|
|
|
import std;
|
|
|
|
|
using namespace Crafter;
|
|
|
|
|
|
|
|
|
|
export namespace Catcrafts {
|
|
|
|
|
void RenderRoot(const std::string_view route);
|
|
|
|
|
}
|