charles.hh – defines extern'd verbosity
This commit is contained in:
parent
54ab0d6641
commit
ea43af46ba
1 changed files with 14 additions and 0 deletions
14
src/charles.hh
Normal file
14
src/charles.hh
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
/* charles.hh
|
||||||
|
* vim: set tw=80:
|
||||||
|
* Eryn Wells <eryn@erynwells.me>
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* Some basic defines and things.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef __CHARLES_HH__
|
||||||
|
#define __CHARLES_HH__
|
||||||
|
|
||||||
|
extern int verbosity;
|
||||||
|
|
||||||
|
#endif /* __CHARLES_HH__ */
|
Loading…
Add table
Add a link
Reference in a new issue