ref: 8a860c57f366dd33439abed266b7d2cf485492cf
parent: 58d7a45392adea33a3b13fc6a86284f1791c38be
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Jan 6 16:21:33 EST 2020
Deleted Types.h Leftover from the Linux port, where it seemed to contains standard types like int32_t and __quad_t. Personally, I think Linux port implementation details like this are out of the scope of the project.
--- a/src/Types.h
+++ /dev/null
@@ -1,3 +1,0 @@
-#pragma once
-
-//This was originally some sort of POSIX standard thing? leftover from the Linux port