DEBSOURCES
Skip Quicknav
sources / crawl / 2%3A0.34.0-1 / source / startup.h
123456789
/** * @file * @brief Collection of startup related functions and objects **/ #pragma once bool startup_step(); void cio_init();