eliminats tots els #ifndef. Sembla que #pragma once ja funciona, no com fa quatre anys 😌
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
#include "common/jail_audio.h"
|
||||
#include "const.h"
|
||||
|
||||
#ifndef GAME_LOGO_H
|
||||
#define GAME_LOGO_H
|
||||
|
||||
// Clase GameLogo
|
||||
class GameLogo
|
||||
{
|
||||
@@ -84,6 +81,4 @@ public:
|
||||
|
||||
// Recarga las texturas
|
||||
void reLoad();
|
||||
};
|
||||
|
||||
#endif
|
||||
};
|
||||
Reference in New Issue
Block a user