#ifndef H2048_HPP # define H2048_HPP enum Direction { DIRECTION_LEFT = 0, DIRECTION_RIGHT, DIRECTION_DOWN, DIRECTION_UP }; #endif