mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 05:08:39 -05:00
Add type alias for NumberVariable
This commit is contained in:
@@ -36,4 +36,7 @@ private:
|
||||
|
||||
#include "variable-number.tpp"
|
||||
|
||||
using IntVariable = NumberVariable<int>;
|
||||
using DoubleVariable = NumberVariable<double>;
|
||||
|
||||
} // namespace advss
|
||||
|
||||
Reference in New Issue
Block a user