charles.hh – defines extern'd verbosity

This commit is contained in:
Eryn Wells 2014-07-19 21:20:50 -07:00
parent 54ab0d6641
commit ea43af46ba

14
src/charles.hh Normal file
View 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__ */