Revision 36 logic/trunk/src/logics/operators.h

View differences:

operators.h
1 1
#ifndef OPERATORS_H_INCLUDED
2 2
#define OPERATORS_H_INCLUDED
3 3

  
4
#define TOP_NODE           -1
4 5
#define AND                 0
5 6
#define NOT_AND             1
6 7
#define OR                  2
......
19 20
int operator_LESS               (int a, int b);
20 21
int operator_LESS_OR_EQUAL      (int a, int b);
21 22

  
22
#endif // OPERATORS_H_INCLUDED
23
#endif // OPERATORS_H_INCLUDED

Also available in: Unified diff