mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
DM: Add missing include guard to console.h
This commit is contained in:
parent
c380ccf3f3
commit
9e3e58a722
@ -27,7 +27,8 @@
|
||||
|
||||
#include "gui/debugger.h"
|
||||
|
||||
|
||||
#ifndef DM_CONSOLE_H
|
||||
#define DM_CONSOLE_H
|
||||
|
||||
namespace DM {
|
||||
|
||||
@ -52,3 +53,5 @@ public:
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user