Skip to content

Commit 0088716

Browse files
committed
Added missing include guard
1 parent 405d00c commit 0088716

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/nbl/ui/KeyCodes.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
1+
#ifndef _MNL_UI_KEYCODES_H_INCLUDED_
2+
#define _MNL_UI_KEYCODES_H_INCLUDED_
23
namespace nbl::ui
34
{
45
enum E_KEY_CODE : uint8_t
@@ -197,4 +198,5 @@ namespace nbl::ui
197198
EMB_BUTTON_5,
198199
EMB_COUNT,
199200
};
200-
};
201+
};
202+
#endif

0 commit comments

Comments
 (0)