12 lines
123 B
C
12 lines
123 B
C
|
|
#ifndef STRUCT_OPERATORS
|
|
#define STRUCT_OPERATORS
|
|
|
|
struct operators
|
|
{
|
|
bool not;
|
|
bool or;
|
|
bool and;
|
|
};
|
|
|
|
#endif
|