creat shutdown.h i system_utils.h

fix: arreglants uns includes per a windows
This commit is contained in:
2025-08-11 08:15:54 +02:00
parent 6011365330
commit 3df13fdfa6
9 changed files with 527 additions and 187 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <span>
#include <string> // Para manejar cadenas de texto
#include <span> // Para Span
#include <string> // Para string
namespace Lang {
enum class Code : int;