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

13 lines
164 B
C
Raw Normal View History

2024-10-30 07:36:34 +08:00
//
// 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