goat3d

diff src/goat3d_impl.h @ 15:f1b4c27382ce

blah
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 26 Sep 2013 14:06:14 +0300
parents 188c697b3b49
children b35427826b60
line diff
     1.1 --- a/src/goat3d_impl.h	Thu Sep 26 04:47:05 2013 +0300
     1.2 +++ b/src/goat3d_impl.h	Thu Sep 26 14:06:14 2013 +0300
     1.3 @@ -10,6 +10,8 @@
     1.4  #include "material.h"
     1.5  #include "node.h"
     1.6  
     1.7 +extern int goat_log_level;
     1.8 +
     1.9  class Scene {
    1.10  private:
    1.11  	std::string name;