#ifndef COMMON_H #define COMMON_H #define TILE_SIZE 4 #ifndef TYPE #define TYPE float #endif #endif // COMMON_H