cloudy trunk
Loading...
Searching...
No Matches
broke.h
Go to the documentation of this file.
1/* This file is part of Cloudy and is copyright (C)1978-2013 by Gary J. Ferland and
2 * others. For conditions of distribution and use see copyright notice in license.txt */
3
4#ifndef BROKE_H_
5#define BROKE_H_
6
8struct t_broke {
12 bool lgBroke;
15 bool lgFixit;
16
19
20 };
21extern t_broke broke;
22
23
24#endif /* BROKE_H_ */
t_broke broke
Definition broke.cpp:5
Definition broke.h:8
bool lgCheckit
Definition broke.h:18
bool lgBroke
Definition broke.h:12
bool lgFixit
Definition broke.h:15