#ifndef FACING_H_ #define FACING_H_ enum facing { FACING_RIGHT, FACING_DOWN, FACING_LEFT, FACING_UP }; #endif // FACING_H_