FONTAINE  1.0
Debug.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 class Debug{
11 
12 public:
13  static bool DEBUG;
14 
15 };
static bool DEBUG
Definition: Debug.h:13
Definition: Debug.h:10