9 lines
164 B
C
9 lines
164 B
C
/* -*- indent-tabs-mode: t; tab-width: 8; c-basic-offset: 8; -*- */
|
|
|
|
#ifndef BURN__INIT_H
|
|
#define BURN__INIT_H
|
|
|
|
extern int burn_running;
|
|
|
|
#endif /* BURN__INIT_H */
|