You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
17 lines
607 B
17 lines
607 B
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// OpenGL Mathematics Copyright (c) 2005 - 2009 G-Truc Creation (www.g-truc.net) |
|
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
// Created : 2009-11-14 |
|
// Updated : 2009-11-14 |
|
// Licence : This source is under MIT License |
|
// File : glm/img.hpp |
|
/////////////////////////////////////////////////////////////////////////////////////////////////// |
|
|
|
#ifndef glm_img |
|
#define glm_img |
|
|
|
#define GLM_IMG_GLOBAL 1 |
|
|
|
#include "./img/multiple.hpp" |
|
|
|
#endif//glm_img
|
|
|