9 lines
79 B
C++
9 lines
79 B
C++
#pragma once
|
|
|
|
namespace zgl
|
|
{
|
|
|
|
using alpha_handle = float;
|
|
|
|
} // namespace zgl
|