summaryrefslogtreecommitdiffstats
path: root/src/server/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/types.hpp')
-rw-r--r--src/server/types.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/types.hpp b/src/server/types.hpp
index e7dae117..bd211c31 100644
--- a/src/server/types.hpp
+++ b/src/server/types.hpp
@@ -19,9 +19,9 @@
#include <cstdint>
-typedef float Sample;
-typedef uint32_t SampleCount;
-typedef uint32_t SampleRate;
-typedef uint32_t FrameTime;
+using Sample = float;
+using SampleCount = uint32_t;
+using SampleRate = uint32_t;
+using FrameTime = uint32_t;
#endif // INGEN_ENGINE_TYPES_HPP