Remove Unneeded Check
All checks were successful
CI / Build (push) Successful in 17s

This commit is contained in:
TheBrokenRail 2025-04-12 23:21:18 -04:00
parent ebee33733b
commit b858a2fc1a

View File

@ -1,11 +1,3 @@
#pragma once
// Check Architecture
#ifndef __arm__
#error "Symbols Are ARM-Only"
#endif
// Type Traits
#include <type_traits> #include <type_traits>
// Internal Macros // Internal Macros