13 lines
164 B
C
13 lines
164 B
C
|
//
|
||
|
// Created by Marcus Vinícius de Carvalho
|
||
|
//
|
||
|
|
||
|
#ifndef MAIN_H
|
||
|
#define MAIN_H
|
||
|
|
||
|
#include "Polygon.h"
|
||
|
#include "Rectangle.h"
|
||
|
#include "Triangle.h"
|
||
|
|
||
|
#endif //MAIN_H
|