/* * colour.h * * Created on: Dec 16, 2012 * Author: gregor */ #ifndef GLTB_COLOUR_H_ #define GLTB_COLOUR_H_ #include #ifdef USE_GLM #include #endif namespace gltb { #ifdef USE_GLM glm::vec4 webColour(const std::string &string); #endif } #endif /* COLOUR_H_ */