SPA
This commit is contained in:
parent
c51dd48a73
commit
937b9fb48f
9 changed files with 180 additions and 90 deletions
16
interfaces/Catcrafts-Root.cppm
Normal file
16
interfaces/Catcrafts-Root.cppm
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
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);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue