aboutsummaryrefslogtreecommitdiff
path: root/src/utils/types.h
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2021-04-12 10:13:21 +0200
commit39713a3736145483dd3310c3605f940ca34f05c3 (patch)
treed4dcdf0f3b667a5d706aa4b04501a71facf186bd /src/utils/types.h
parent6edeba8fe208fb019aec00fdc72b97407a8078d3 (diff)
Refactoring
Diffstat (limited to 'src/utils/types.h')
-rw-r--r--src/utils/types.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/utils/types.h b/src/utils/types.h
deleted file mode 100644
index ce49701..0000000
--- a/src/utils/types.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef TYPES_H
-#define TYPES_h
-
-typedef unsigned char u8;
-typedef unsigned short u16;
-typedef unsigned int u32;
-typedef unsigned long long u64;
-
-#endif