fix: enum class amb base std::uint8_t (33 troballes)
This commit is contained in:
@@ -61,7 +61,8 @@ namespace {
|
||||
} // namespace
|
||||
|
||||
// Constructor
|
||||
Director::Director() : executable_path_(getExecutablePath()) {
|
||||
Director::Director()
|
||||
: executable_path_(getExecutablePath()) {
|
||||
std::cout << "Game start" << '\n';
|
||||
|
||||
// Crea la carpeta del sistema donde guardar datos
|
||||
|
||||
Reference in New Issue
Block a user