mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-08 17:57:02 +08:00
6 lines
71 B
C++
6 lines
71 B
C++
#pragma once
|
|
|
|
namespace Cubed {
|
|
struct PigTag {};
|
|
|
|
} // namespace Cubed
|