goat3d

diff src/object.h @ 26:1c601bf07b86

added the node API glue
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 28 Sep 2013 20:36:55 +0300
parents cd71f0b92f44
children dad392c710df
line diff
     1.1 --- a/src/object.h	Sat Sep 28 19:12:50 2013 +0300
     1.2 +++ b/src/object.h	Sat Sep 28 20:36:55 2013 +0300
     1.3 @@ -10,6 +10,8 @@
     1.4  
     1.5  	Vector3 pos;
     1.6  	Quaternion rot;
     1.7 +
     1.8 +	virtual ~Object() {};
     1.9  };
    1.10  
    1.11  #endif	// OBJECT_H_