summaryrefslogtreecommitdiff
path: root/src/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.hpp')
-rw-r--r--src/config.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/config.hpp b/src/config.hpp
deleted file mode 100644
index 3279e2e..0000000
--- a/src/config.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "stdint.h"
-
-#define s8 int8_t
-#define s16 int16_t
-#define s32 int32_t
-#define s64 int64_t
-
-#define u8 uint8_t
-#define u16 uint16_t
-#define u32 uint32_t
-#define u64 uint64_t \ No newline at end of file