mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-09-23 12:12:27 +00:00
6 lines
87 B
C++
6 lines
87 B
C++
#pragma once
|
|
#include "Dimension.h"
|
|
|
|
class NormalDimension : public Dimension
|
|
{
|
|
}; |