mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 09:17:19 +00:00
6 lines
82 B
C++
6 lines
82 B
C++
#pragma once
|
|
#include "Dimension.h"
|
|
|
|
class NormalDimension : public Dimension
|
|
{
|
|
}; |