Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
Loading...
Searching...
No Matches
_objects.h
Go to the documentation of this file.
1#pragma once
2
3/**
4 * @file _objects.h
5 * @brief Этот файл включает в себя все lib objects
6 */
7
8#include "hill.h"
9#include "segment.h"
10#include "target.h"
11#include "trappy_circle.h"
12#include "trappy_line.h"