added missing include guards
This commit is contained in:
parent
dc4c69d162
commit
281b3a2bbd
@ -6,8 +6,13 @@
|
||||
// Copyright (c) 2019 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _ROBINSONIZER_MODE_H_
|
||||
#define _ROBINSONIZER_MODE_H_
|
||||
|
||||
enum class robinsonizer_mode {
|
||||
pangram,
|
||||
lax_autogram,
|
||||
strict_autogram
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user