NouVeL/NVL/Common.h
2022-05-09 01:50:09 -04:00

5 lines
55 B
C++

#pragma once
namespace NVL {
using Number = float;
}