From 7a4d16e5ebd45b15b0c4925894c25a81c2e135c6 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 13 Sep 2022 21:12:18 +0300 Subject: chore: initialize project --- src/types.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/types.h (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h new file mode 100644 index 0000000..4f95bb3 --- /dev/null +++ b/src/types.h @@ -0,0 +1,5 @@ +typedef unsigned char BYTE; +typedef unsigned short WORD; +typedef unsigned long QWORD; + + -- cgit v1.2.3