Что означает следующая ошибка при компиляции.
Tilemap.h:21: error: conflicting types for ‘ThreeDWorld’
Tilemap.h:21: error: previous declaration of ‘ThreeDWorld’ was here
Tilemap.h:29: error: conflicting types for ‘CGPoint’
Tilemap.h:29: error: previous declaration of ‘CGPoint’ was here
Tilemap.h:31: error: conflicting types for ‘tileForCoordinates’
Tilemap.h:31: error: previous declaration of ‘tileForCoordinates’ was here
Почему выдает ошибку за то, что там было? Мой исходный файл имеет один экземпляр как таковой
typedef struct
{
int xPosition;
int yPosition;
}
CGPoint;