SCM Library
Spherical Cube Map rendering library
 All Classes Files Functions Variables Friends Pages
scm-path.hpp
1 // Copyright (C) 2011-2013 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_PATH_HPP
14 #define SCM_PATH_HPP
15 
16 #include <string>
17 
18 //------------------------------------------------------------------------------
19 
20 std::string scm_path_search(const std::string&);
21 
22 //------------------------------------------------------------------------------
23 
24 #endif