summaryrefslogtreecommitdiffstats
path: root/src/engine/types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/types.hpp')
-rw-r--r--src/engine/types.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/engine/types.hpp b/src/engine/types.hpp
index 5fedf4f3..52d423b9 100644
--- a/src/engine/types.hpp
+++ b/src/engine/types.hpp
@@ -21,10 +21,6 @@
#include <stdint.h>
#include <cstddef>
-typedef unsigned char uchar;
-typedef unsigned int uint;
-typedef unsigned long ulong;
-
typedef float Sample;
typedef uint32_t SampleCount;
typedef uint32_t SampleRate;