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