NTU-OOP-Tuts-2024-Cpp/T8Q2_2/main.h

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