core_func_noise.cpp 601 B

123456789101112131415161718
  1. ///////////////////////////////////////////////////////////////////////////////////////////////////
  2. // OpenGL Mathematics Copyright (c) 2005 - 2013 G-Truc Creation (www.g-truc.net)
  3. ///////////////////////////////////////////////////////////////////////////////////////////////////
  4. // Created : 2011-01-15
  5. // Updated : 2011-09-13
  6. // Licence : This source is under MIT licence
  7. // File : test/core/func_noise.cpp
  8. ///////////////////////////////////////////////////////////////////////////////////////////////////
  9. #include <glm/core/func_noise.hpp>
  10. int main()
  11. {
  12. int Failed = 0;
  13. return Failed;
  14. }