summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/startup.h
blob: ab025a4096147cd5363a2f6821161e0dc31dc1b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @file
 * @brief Collection of startup related functions and objects
**/

#ifndef STARTUP_H
#define STARTUP_H

bool startup_step();

#endif