eliminats tots els #ifndef. Sembla que #pragma once ja funciona, no com fa quatre anys 😌
This commit is contained in:
@@ -5,9 +5,6 @@
|
||||
#include "common/text.h"
|
||||
#include "const.h"
|
||||
|
||||
#ifndef DEFINE_BUTTONS_H
|
||||
#define DEFINE_BUTTONS_H
|
||||
|
||||
struct db_button_t
|
||||
{
|
||||
std::string label; // Texto en pantalla para el botón
|
||||
@@ -69,6 +66,4 @@ public:
|
||||
|
||||
// Comprueba si está habilitado
|
||||
bool isEnabled();
|
||||
};
|
||||
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user