mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-06-29 12:26:29 +00:00
6 lines
82 B
C++
6 lines
82 B
C++
#pragma once
|
|
#include "Dimension.h"
|
|
|
|
class NormalDimension : public Dimension
|
|
{
|
|
}; |