rayzor

diff src/renderer.h @ 17:79609d482762

the renderer renders, also fixed an unnoticed matrix conversion problem between scenegraph and min3d
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 14 Apr 2014 07:34:45 +0300
parents be616b58df99
children
line diff
     1.1 --- a/src/renderer.h	Sun Apr 13 09:54:51 2014 +0300
     1.2 +++ b/src/renderer.h	Mon Apr 14 07:34:45 2014 +0300
     1.3 @@ -19,7 +19,7 @@
     1.4  
     1.5  	void handle_keyboard(int key, bool press);
     1.6  
     1.7 -	void message(MsgAtom msg);
     1.8 +	void message(MsgAtom msg, ...);
     1.9  };
    1.10  
    1.11  #endif	// RENDERER_H_