Technical Ledger

SYSTEM_HEARTBEAT

The Main Loop

void main_loop() {
    global_game->update();
    global_game->render();
}
LOG_MONITOR[X]