- Comence a implementar el selector de plantilles

This commit is contained in:
2024-07-30 13:54:31 +02:00
parent b0dd34b5df
commit 1cd08b1110
6 changed files with 81 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
namespace modules
{
namespace editor_templates
{
void init();
bool loop();
}
}