/* * ======================================================== * * hCore * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ #include // bugs = 0 namespace hCore { bool initialize_hardware_components() { // TODO: Hardware Specific stuff. return true; } }