rayzor

diff src/screen.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/screen.h	Sun Apr 13 09:54:51 2014 +0300
     1.2 +++ b/src/screen.h	Mon Apr 14 07:34:45 2014 +0300
     1.3 @@ -26,7 +26,7 @@
     1.4  	virtual void handle_mbutton(int bn, bool press, int x, int y);
     1.5  	virtual void handle_mmotion(int x, int y);
     1.6  
     1.7 -	virtual void message(MsgAtom ma);
     1.8 +	virtual void message(MsgAtom msg, ...);
     1.9  };
    1.10  
    1.11  #endif	// SCREEN_H_