summaryrefslogtreecommitdiff
path: root/src/birth.h
blob: 41620bfab5dc7b5f5457f2ca09f46b4b7f07e0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include "h-basic.h"

// C linkage required for these functions since main-* code uses them.
#ifdef __cplusplus
extern "C" {
#endif

extern bool_ no_begin_screen;

#ifdef __cplusplus
} // extern "C"
#endif