
 /* xor.h
    - Include File for XOR Support Routines -
    (c) 1994 by Andreas R. Kleinert
    Last changes : 24.09.1994
 */

#ifndef XOR_H
#define XOR_H

#ifndef GRAPHICS_VIEW_H
#include <graphics/view.h>
#endif /* GRAPHICS_VIEW_H */


 /* some useful Defines */

#define ColorAcc(x) (1<<(x))


#endif /* XOR_H */
