inital commit
This commit is contained in:
commit
cef5a32041
10 changed files with 171 additions and 0 deletions
16
interfaces/Catcrafts-Component.cppm
Normal file
16
interfaces/Catcrafts-Component.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:Component;
|
||||
using namespace Crafter;
|
||||
|
||||
export namespace Catcrafts {
|
||||
class Component {
|
||||
std::string render();
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue