SCM Library
Spherical Cube Map rendering library
 All Classes Files Functions Variables Friends Pages
scm-log.hpp
1 // Copyright (C) 2011-2012 Robert Kooima
2 //
3 // LIBSCM is free software; you can redistribute it and/or modify it under the
4 // terms of the GNU General Public License as published by the Free Software
5 // Foundation; either version 2 of the License, or (at your option) any later
6 // version.
7 //
8 // This program is distributed in the hope that it will be useful, but WITH-
9 // OUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
10 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
11 // more details.
12 
13 #ifndef SCM_LOG_HPP
14 #define SCM_LOG_HPP
15 
16 //------------------------------------------------------------------------------
17 
18 void scm_log(const char *, ...);
19 
20 //------------------------------------------------------------------------------
21 
22 #endif