NouVeL/NVL/Common.h

6 lines
55 B
C
Raw Normal View History

2021-12-17 01:05:38 -05:00
#pragma once
namespace NVL {
using Number = float;
}