mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-28 13:44:49 +00:00
6 lines
82 B
C++
6 lines
82 B
C++
#pragma once
|
|
#include "Dimension.h"
|
|
|
|
class NormalDimension : public Dimension
|
|
{
|
|
}; |