X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fdebug.h;h=9460055eae1f47e38f9b34074ee2dc3ebf570603;hb=07df2aea152374f1d2be55bfa0a05ba55fc1a112;hp=a0bfecba4f3854f0b94b2fc091d6b01d5b25f6a7;hpb=617dcc71d9a71663f63fb56ffac2505b45bf91b9;p=physics.git diff --git a/src/debug.h b/src/debug.h index a0bfecb..9460055 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2008 Patrik Gornicz, Gornicz_P (at) hotmail (dot) com. + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #ifndef DEBUG_H #define DEBUG_H @@ -10,6 +27,9 @@ using std::endl; // comment out when not debugging #define DEBUGGING +// comment out to supress warnings +#define WARNINGS + // comment out to prevent FPS and UPS printing #define FPSUPS